add zshell env file
This commit is contained in:
parent
47558b1a73
commit
f3452efd62
1 changed files with 5 additions and 0 deletions
5
.zshenv
Normal file
5
.zshenv
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue