X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/47f3e2c51159baa25112a0c4e165d109472faf21..2bc3e47beb1e3b9fa5274b9ace88e15cbd57b344:/fabfile.py 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 =