Last active
May 11, 2018 16:06
-
-
Save paul-asvb/5c6c17f76a6197d7d36b6e0a1199c936 to your computer and use it in GitHub Desktop.
python3-install-pip-ubuntu-16-04.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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