add zshell env file
This commit is contained in:
parent
5e8253a2e2
commit
0af3ab0270
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