Skip to content

Instantly share code, notes, and snippets.

@mjhea0
Last active June 22, 2018 02:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjhea0/5692708 to your computer and use it in GitHub Desktop.
Save mjhea0/5692708 to your computer and use it in GitHub Desktop.
installing_easy_install_and_pip.md for unix environments or if you have cygwin installed on your PC

Watch the video if you need help. Keep in mind that your output will look different than mine as I already have these installed on my machine - http://screencast.com/t/NjkrLsKH1gZo

Setup Tools

  • Download setuptools for Python 2.7

      curl -o setuptools-0.6c11-py2.7.egg https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea
    
  • Install setup tools

      sudo sh setuptools-0.6c11-py2.7.egg
    
  • Clean up and delete egg

      rm setuptools-0.6c11-py2.7.egg
    

pip

sudo easy_install pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment