Source virtualenvwrapper.sh from commands array
This commit is contained in:
parent
36846c88ea
commit
23a5d64eda
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ fi
|
|||
|
||||
# source virtualenvwrapper if available
|
||||
if [[ -n "$WORKON_HOME" ]] && (( $+commands[virtualenvwrapper.sh] )); then
|
||||
source virtualenvwrapper.sh
|
||||
source "$commands[virtualenvwrapper.sh]"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue