Skip to content

Instantly share code, notes, and snippets.

@wangyuchen
Last active December 11, 2015 21:48
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 wangyuchen/4664607 to your computer and use it in GitHub Desktop.
Save wangyuchen/4664607 to your computer and use it in GitHub Desktop.
#!/bin/sh
# the provided script from goagent didn't work on mac
curl -O https://github.com/downloads/SiteSupport/gevent/gevent-1.0rc2.tar.gz
tar xvzpf gevent-1.0rc2.tar.gz
cd gevent-1.0rc2
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