mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-23 00:17:59 +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]}
|
${(@Ov)commands[(I)virtualenvwrapper(_lazy|).sh]}
|
||||||
/usr/share/virtualenvwrapper/virtualenvwrapper(_lazy|).sh(OnN)
|
/usr/share/virtualenvwrapper/virtualenvwrapper(_lazy|).sh(OnN)
|
||||||
)
|
)
|
||||||
|
if (( $#virtenv_sources )); then
|
||||||
source "${virtenv_sources[1]}"
|
source "${virtenv_sources[1]}"
|
||||||
|
fi
|
||||||
|
|
||||||
unset virtenv_sources
|
unset virtenv_sources
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user