mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
[python] Ensure availability of virtualenvwrapper file before sourcing it
This commit is contained in:
parent
cab4ac54ec
commit
5ffc8a07f1
@ -108,7 +108,10 @@ if (( $+VIRTUALENVWRAPPER_VIRTUALENV || $+commands[virtualenv] )) && \
|
||||
${(@Ov)commands[(I)virtualenvwrapper(_lazy|).sh]}
|
||||
/usr/share/virtualenvwrapper/virtualenvwrapper(_lazy|).sh(OnN)
|
||||
)
|
||||
source "${virtenv_sources[1]}"
|
||||
if (( $#virtenv_sources )); then
|
||||
source "${virtenv_sources[1]}"
|
||||
fi
|
||||
|
||||
unset virtenv_sources
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user