Skip to content

Instantly share code, notes, and snippets.

@hfeeki
Created November 28, 2014 15:14
Show Gist options
  • Select an option

  • Save hfeeki/e62f071b9d27317af3ea to your computer and use it in GitHub Desktop.

Select an option

Save hfeeki/e62f071b9d27317af3ea to your computer and use it in GitHub Desktop.
Install pip3 in mac osx after installed python3 with brew
# 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