mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 11:49:25 +00:00
python: add ubuntu locations for virtualenvwrapper.sh
This commit is contained in:
@ -98,6 +98,10 @@ if zstyle -T ':prezto:module:python' skip-virtualenvwrapper-init; then
|
|||||||
source "$commands[virtualenvwrapper_lazy.sh]"
|
source "$commands[virtualenvwrapper_lazy.sh]"
|
||||||
elif (( $+commands[virtualenvwrapper.sh] )); then
|
elif (( $+commands[virtualenvwrapper.sh] )); then
|
||||||
source "$commands[virtualenvwrapper.sh]"
|
source "$commands[virtualenvwrapper.sh]"
|
||||||
|
elif [[ -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ]]; then
|
||||||
|
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
||||||
|
elif [[ -f /usr/share/virtualenvwrapper/virtualenvwrapper.sh ]]; then
|
||||||
|
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user