Created
January 18, 2017 09:23
-
-
Save tomotaka/62969d826118f6d5d4b4664fd427164b to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
curl https://bootstrap.pypa.io/ez_setup.py -o /tmp/ez_setup.py | |
# install easy_install | |
python /tmp/ez_setup.py | |
# install pip | |
easy_install pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment