Last active
December 11, 2015 21:48
-
-
Save wangyuchen/4664607 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mark