Setting Up plantiSMASH on Windows Without Linux#
For users who do not have a Linux system installed, follow this guide to set up a Linux environment on Windows .
Create a Linux Environment in Windows#
Skip this step if using a Linux server. Refer to the WSL setup guide.
- Open the Windows command prompt: Press
Win Key
, search for ‘command prompt’, and select ‘Run as administrator’. Click ‘Yes’ when prompted by Windows to allow the app to make changes. - Type in the command prompt:
wsl.exe --install
- Wait for the installation to finish, and type ‘Yes’ if prompted.
- Restart your computer.
- Click on Ubuntu.exe to register Ubuntu.
- To have root as the administrator every time you start, use:
sudo -s
- If any issues arise, unregister Ubuntu in PowerShell with:
Then click Ubuntu.exe to register Ubuntu again or visit your Linux server terminal.wsl --unregister Ubuntu