|
|
@ -38,7 +38,7 @@ fi
|
|
|
|
zstyle -t ':prezto:module:python' skip-virtualenvwrapper-init
|
|
|
|
zstyle -t ':prezto:module:python' skip-virtualenvwrapper-init
|
|
|
|
if (( $? && $+commands[virtualenvwrapper.sh] )); then
|
|
|
|
if (( $? && $+commands[virtualenvwrapper.sh] )); then
|
|
|
|
# Set the directory where virtual environments are stored.
|
|
|
|
# Set the directory where virtual environments are stored.
|
|
|
|
export WORKON_HOME="$HOME/.virtualenvs"
|
|
|
|
export WORKON_HOME="${WORKON_HOME:-$HOME/.virtualenvs}"
|
|
|
|
|
|
|
|
|
|
|
|
# Disable the virtualenv prompt.
|
|
|
|
# Disable the virtualenv prompt.
|
|
|
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
|
|
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
|
|
|