Skip to content

Instantly share code, notes, and snippets.

@binyuj
Forked from anonymous/install_greenlet.sh
Last active December 10, 2015 21:08
Show Gist options
  • Select an option

  • Save binyuj/4492312 to your computer and use it in GitHub Desktop.

Select an option

Save binyuj/4492312 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -L -O https://github.com/python-greenlet/greenlet/archive/0.4.0.tar.gz && tar xvzpf 0.4.0.tar.gz && cd greenlet-0.4.0 && sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment