Skip to content

Commit

Permalink
fix gevent install
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-plivo committed Dec 9, 2013
1 parent afba539 commit 56d8148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/plivo_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ virtualenv --no-site-packages $REAL_PATH
source $REAL_PATH/bin/activate

# force installation of gevent 1.03a
pip install --upgrade -f http://gevent.googlecode.com/files/gevent-1.0a3.tar.gz gevent

pip uninstall gevent
pip install -Iv http://gevent.googlecode.com/files/gevent-1.0a3.tar.gz
pip install -e git+${PLIVO_GIT_REPO}@${BRANCH}#egg=plivo


Expand Down

0 comments on commit 56d8148

Please sign in to comment.