Skip to content

Commit

Permalink
fab: no need to specify VIRTUAL_ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Feb 11, 2017
1 parent b8df9d6 commit 5c17f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fabfile.py
Expand Up @@ -9,8 +9,7 @@
import yaml

env.shell = "/bin/sh -c"
env.command_prefixes = [ 'export PATH=$HOME/.virtualenvs/hyde/bin:$PATH',
'export VIRTUAL_ENV=$HOME/.virtualenvs/hyde' ]
env.command_prefixes = ['export PATH=$HOME/.virtualenvs/hyde/bin:$PATH']

conf = "site-production.yaml"
media = yaml.load(file(conf))['media_url']
Expand Down

0 comments on commit 5c17f18

Please sign in to comment.