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 1daaef4 commit 3e248aeCopy full SHA for 3e248ae
plugins/pip/venvShellHook.sh
@@ -21,7 +21,7 @@ if [ -f "$STATE_FILE" ]; then
21
exit 0
22
fi
23
24
-# Check that Python version suports venv
+# Check that Python version supports venv
25
if ! python -c "import venv" &>/dev/null; then
26
echo "\033[1;33mWARNING: Python version must be > 3.3 to create a virtual environment.\033[0m"
27
touch "$STATE_FILE"
0 commit comments