1
0
Fork 0

Simplified virtualenvwrapper test

pull/136/head
Sebastian Wiesner 13 years ago
parent 5248089321
commit 36846c88ea

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

Loading…
Cancel
Save