Skip to content

Instantly share code, notes, and snippets.

@zhoudaxia233
Created June 11, 2018 19:48
Show Gist options
  • Save zhoudaxia233/4ca03661e83c320620164f6d01c4d125 to your computer and use it in GitHub Desktop.
Save zhoudaxia233/4ca03661e83c320620164f6d01c4d125 to your computer and use it in GitHub Desktop.
install python3.6 on WSL (Ubuntu on Windows)
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment