Skip to content

Instantly share code, notes, and snippets.

@devan-sisson
Created March 26, 2019 05:19
Show Gist options
  • Save devan-sisson/1ceec1b38c8d48c19eea7d998ad404e7 to your computer and use it in GitHub Desktop.
Save devan-sisson/1ceec1b38c8d48c19eea7d998ad404e7 to your computer and use it in GitHub Desktop.

Python Development in WSL!

# make sure that your system is up to date
sudo apt update && sudo apt upgrade

# install Python 3 and pip
sudo apt install python3 python3-pip

# install virtualenv
# elevate to root
sudo -i
pip3 install virtualenv
exit # exit root

Now you are all set!

this page is WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment