add zshell env file

This commit is contained in:
ViktorBarzin 2018-01-13 21:06:30 +00:00
parent 47558b1a73
commit f3452efd62

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