Skip to content

Instantly share code, notes, and snippets.

@paul-asvb
Last active May 11, 2018 16:06
Show Gist options
  • Save paul-asvb/5c6c17f76a6197d7d36b6e0a1199c936 to your computer and use it in GitHub Desktop.
Save paul-asvb/5c6c17f76a6197d7d36b6e0a1199c936 to your computer and use it in GitHub Desktop.
python3-install-pip-ubuntu-16-04.sh
curl -O https://bootstrap.pypa.io/get-pip.py get-pip.py
python3 get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment