wsl how to install pip code example
Example 1: ubuntu pip3
sudo apt-get -y install python3-pip
Example 2: install wsl
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
sudo apt-get -y install python3-pip
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart