Add .zshenv

This commit is contained in:
viktorbarzin 2020-08-22 12:21:36 +01:00
parent e42c8099e8
commit 93cf970218
2 changed files with 19 additions and 3 deletions

15
.zshenv Normal file
View file

@ -0,0 +1,15 @@
# export PYENV_ROOT="$HOME/.pyenv"
# export PATH="$PYENV_ROOT/bin:$PATH"
# eval "$(pyenv init -)"
#export PATH="/home/viktor/.pyenv/bin:$PATH"
#eval "$(pyenv init -)"
#eval "$(pyenv virtualenv-init -)"
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
export VIRTUALENV_PYTHON=python3
export WORKON_HOME=$HOME/.virtualenvs
# export VIRTUALENV_PYTHON=python
source /home/viktor/.virtualenvwrapper.sh