Skip to content

Commit 3e248ae

Browse files
committed
fix typo
1 parent 1daaef4 commit 3e248ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/pip/venvShellHook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ -f "$STATE_FILE" ]; then
2121
exit 0
2222
fi
2323

24-
# Check that Python version suports venv
24+
# Check that Python version supports venv
2525
if ! python -c "import venv" &>/dev/null; then
2626
echo "\033[1;33mWARNING: Python version must be > 3.3 to create a virtual environment.\033[0m"
2727
touch "$STATE_FILE"

0 commit comments

Comments
 (0)