1
0
Fork 0

Fixed test for WORKON_HOME

pull/136/head
Sebastian Wiesner 13 years ago
parent 6886d552bb
commit 5248089321

@ -21,7 +21,7 @@ else
fi
# source virtualenvwrapper if available
if (( $+WORKON_HOME )); then
if [[ -n "$WORKON_HOME" ]]; then
if (( $+commands[virtualenvwrapper.sh] )); then
source virtualenvwrapper.sh
fi

Loading…
Cancel
Save