We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe3273 commit 63981b0Copy full SHA for 63981b0
plugins/pip/venvShellHook.sh
@@ -5,4 +5,4 @@ if ! [ -d "$VENV_DIR" ]; then
5
python3 -m venv "$VENV_DIR"
6
fi
7
8
-echo "You can activate the virtual environment by running 'source \$VENV_DIR/bin/activate'" >&2
+echo "You can activate the virtual environment by running '. \$VENV_DIR/bin/activate' (for fish shell, replace '.' with 'source')" >&2
0 commit comments