Skip to content

Commit

Permalink
add back in virtualenvwrapper .profile env
Browse files Browse the repository at this point in the history
  • Loading branch information
bretth committed Aug 14, 2010
1 parent abc410d commit 653877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woven/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def install_packages(rollback = False,overwrite=False):
sudo("easy_install -U virtualenvwrapper")
if not contains("source /usr/local/bin/virtualenvwrapper.sh","/home/%s/.profile"% env.user):
append("export WORKON_HOME=$HOME/env","/home/%s/.profile"% env.user)
append("#source /usr/local/bin/virtualenvwrapper.sh","/home/%s/.profile"% env.user)
append("source /usr/local/bin/virtualenvwrapper.sh")

#cleanup after easy_install
sudo("rm -rf build")
Expand Down

0 comments on commit 653877b

Please sign in to comment.