|
|
@ -45,6 +45,14 @@ if (( $+commands[virtualenvwrapper.sh] )); then
|
|
|
|
source "$commands[virtualenvwrapper.sh]"
|
|
|
|
source "$commands[virtualenvwrapper.sh]"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Load pyenv-virtualenv into the shell session.
|
|
|
|
|
|
|
|
if (( $+commands[pyenv-virtualenv-init] )); then
|
|
|
|
|
|
|
|
# Disable the virtualenv prompt.
|
|
|
|
|
|
|
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eval "$(pyenv virtualenv-init -)";
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Aliases
|
|
|
|
# Aliases
|
|
|
|
#
|
|
|
|
#
|
|
|
|