diff --git a/modules/python/init.zsh b/modules/python/init.zsh index fc3da6f9..0e465d6e 100644 --- a/modules/python/init.zsh +++ b/modules/python/init.zsh @@ -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