Answers for "wsl2 python"

0

download python on wsl

sudo apt install python3 python3-pip ipython3
Posted by: Guest on June-01-2021
0

install python 3.8 on wsl

wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
Posted by: Guest on September-02-2020
0

wsl python image

echo "export DISPLAY=localhost:0.0" >> ~/.bashrc && source ~/.bashrc
Posted by: Guest on December-03-2020
0

wsl python image

choco install vcxsrv
Posted by: Guest on December-03-2020

Python Answers by Framework

Browse Popular Code Answers by Language