Skip to content

Commit c756878

Browse files
committed
Fix hint in error message, when virtualenvwrapper_run_hook failed
This error happens, if you are using virtualenvwrapper_lazy.sh and then spawn a new shell install (`zsh`) in a virtualenv (spawned with `workon` before).
1 parent 9cb762a commit c756878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function virtualenvwrapper_run_hook {
229229
virtualenvwrapper.sh: There was a problem running the initialization hooks.
230230
231231
If Python could not import the module virtualenvwrapper.hook_loader,
232-
check that virtualenv has been installed for
232+
check that virtualenvwrapper has been installed for
233233
VIRTUALENVWRAPPER_PYTHON=$VIRTUALENVWRAPPER_PYTHON and that PATH is
234234
set properly.
235235
EOF

0 commit comments

Comments
 (0)