1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 05:49:26 +00:00

[Fix #248] Replace virtualenv_info with python-info

Conflicts:
	modules/python/README.md
This commit is contained in:
Sorin Ionescu
2012-09-03 10:34:41 -04:00
parent 1057801208
commit 98c545a102
4 changed files with 48 additions and 7 deletions

View File

@ -24,6 +24,8 @@ fi
# Load virtualenvwrapper into the shell session.
if [[ -n "$WORKON_HOME" ]] && (( $+commands[virtualenvwrapper.sh] )); then
# Disable the virtualenv prompt.
VIRTUAL_ENV_DISABLE_PROMPT=1
source "$commands[virtualenvwrapper.sh]"
fi