Install WSL and Ubuntu on Windows 11 (and Thonny)
To install Windows Subsystem for Linux and Ubuntu, enter the command:
wsl --install
Reboot your machine after initial installation. After restarted,
Ubuntu start automatically and ask to create default UNIX user account.
Once
installation co,pleted, it's suggested to update Ubuntu:
sudo apt update
sudo apt full-upgrade
Then, you can install basic X11 applications by entering
command:
sudo apt install x11-apps
Then, you can
install Thonny Python IDE on Ununtu over Windows 11 WSL2 using the command:
sudo apt install thonny
But the installed Thonny using this method is 3.3.14.
Comments
Post a Comment