diff --git a/templates/etc/skel/.bashrc.j2 b/templates/etc/skel/.bashrc.j2 index acf9f00..d756675 100644 --- a/templates/etc/skel/.bashrc.j2 +++ b/templates/etc/skel/.bashrc.j2 @@ -135,3 +135,9 @@ if [ -f /etc/bash_completion.d/virtualenvwrapper ]; then export PROJECT_HOME=$HOME/checkouts . /etc/bash_completion.d/virtualenvwrapper fi + +if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then + export WORKON_HOME=$HOME/.virtualenvs + export PROJECT_HOME=$HOME/checkouts + . /usr/local/bin/virtualenvwrapper.sh +fi