From: Radek Czajka Date: Thu, 9 Aug 2012 15:29:43 +0000 (+0200) Subject: fab conf fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/2bc3e47beb1e3b9fa5274b9ace88e15cbd57b344?ds=sidebyside;hp=--cc fab conf fix --- 2bc3e47beb1e3b9fa5274b9ace88e15cbd57b344 diff --git a/fabfile.py b/fabfile.py index 7a333c945..30bce6655 100644 --- a/fabfile.py +++ b/fabfile.py @@ -29,7 +29,7 @@ def production(): env.path = '/srv/wolnelektury.pl' env.python = '/usr/bin/python' env.virtualenv = '/usr/bin/virtualenv' - env.pip = '/usr/bin/pip' + env.pip = 've/bin/pip' # ========= # = Tasks =