Skip to content

Commit

Permalink
Little modif to work around a pip bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar committed Apr 8, 2012
1 parent 0da6ff5 commit 13bcd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def deploy():
run('wget https://raw.github.com/madjar/rezoirclogs/master/production.ini -O production.ini')
if not exists('venv'):
run('virtualenv venv')
run('venv/bin/pip install -e git://github.com/madjar/rezoirclogs.git#egg=rezoirclogs')
run('venv/bin/pip install -e git://github.com/madjar/rezoirclogs.git@origin#egg=rezoirclogs')
with cd('venv/'):
run('wget https://raw.github.com/madjar/rezoirclogs/master/pyramid.wsgi -O pyramid.wsgi')
# put('pyramid.wsgi', 'venv/')
Expand Down

0 comments on commit 13bcd06

Please sign in to comment.