diff --git a/.zshenv b/.zshenv index be1c1ae..822eff8 100644 --- a/.zshenv +++ b/.zshenv @@ -12,4 +12,6 @@ export VIRTUALENV_PYTHON=python3 export WORKON_HOME=$HOME/.virtualenvs # export VIRTUALENV_PYTHON=python -source /home/viktor/.virtualenvwrapper.sh +if [ -f $HOME/.virtualenvwrapper.sh ]; then + source $HOME/.virtualenvwrapper.sh +fi