Add .zshenv
This commit is contained in:
parent
e42c8099e8
commit
93cf970218
2 changed files with 19 additions and 3 deletions
15
.zshenv
Normal file
15
.zshenv
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue