Skip to content

Instantly share code, notes, and snippets.

@ellimilial
Last active February 20, 2017 20:55
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 ellimilial/5ef1d1917e00970d4457 to your computer and use it in GitHub Desktop.
Save ellimilial/5ef1d1917e00970d4457 to your computer and use it in GitHub Desktop.
pip installation of custom gevent 1.1 repo - python 2.7.8+ problem with _ssl.sslwrap missing
sudo apt-get install python-dev cython git python-pip
sudo pip install git+git://github.com/ellimilial/gevent.git@master
@ProfessorX
Copy link

On Debian, it's now pip-->pip3.

Sometimes people may need to change that to pip2.

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