dot_files/dot_zshenv
Viktor Barzin a33f99e765
initial
2025-11-22 22:51:27 +00:00

20 lines
567 B
Text

# 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
if [ -f $HOME/.virtualenvwrapper.sh ]; then
source $HOME/.virtualenvwrapper.sh
fi
export DRONE_SERVER=https://drone.viktorbarzin.me
. "$HOME/.cargo/env"
export VAULT_ADDR="https://vault.viktorbarzin.me"