Skip to content

Instantly share code, notes, and snippets.

@tomotaka
Created January 18, 2017 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomotaka/62969d826118f6d5d4b4664fd427164b to your computer and use it in GitHub Desktop.
Save tomotaka/62969d826118f6d5d4b4664fd427164b to your computer and use it in GitHub Desktop.
#!/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