source virtualenv wrapper only if it exists
This commit is contained in:
parent
fafc9da8b5
commit
61e86f1b1d
1 changed files with 3 additions and 1 deletions
4
.zshenv
4
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue