Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2013 10:59
Show Gist options
  • Select an option

  • Save anonymous/4492311 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/4492311 to your computer and use it in GitHub Desktop.
#!/bin/sh
wget https://github.com/python-greenlet/greenlet/archive/0.4.0.tar.gz && tar xvzpf greenlet-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