Created
November 28, 2014 15:14
-
-
Save hfeeki/e62f071b9d27317af3ea to your computer and use it in GitHub Desktop.
Install pip3 in mac osx after installed python3 with brew
This file contains hidden or 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
| # download and install setuptools | |
| curl -O https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | |
| python3 ez_setup.py | |
| # download and install pip | |
| curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/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