wsl2 python code example
Example 1: install python 3.8 on wsl
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
Example 2: wsl python image
echo "export DISPLAY=localhost:0.0" >> ~/.bashrc && source ~/.bashrc
Example 3: wsl python image
choco install vcxsrv