add zshell env file

This commit is contained in:
ViktorBarzin 2018-01-13 21:06:30 +00:00
parent 5e8253a2e2
commit 0af3ab0270

5
.zshenv Normal file
View file

@ -0,0 +1,5 @@
eval "$(pyenv init -)"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export VIRTUALENVWRAPPER_PYTHON=python
export WORKON_HOME=$HOME/.virtualenvs