Skip to content

Instantly share code, notes, and snippets.

@binyuj
Last active December 10, 2015 20:59
Show Gist options
  • Save binyuj/4492257 to your computer and use it in GitHub Desktop.
Save binyuj/4492257 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -L -O https://github.com/gevent/gevent/releases/download/v1.0.2/gevent-1.0.2.tar.gz && tar xvzpf gevent-1.0.2.tar.gz && cd gevent-1.0.2 && sudo python setup.py install
@chendeshen
Copy link

mark

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