We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a794735 commit 162e2c2Copy full SHA for 162e2c2
setup-env
@@ -74,7 +74,8 @@ check_python_version() {
74
"invalid version of Python."
75
exit 1
76
# Else if the Python version isn't installed then notify the user.
77
- # grep -E is used for searching through text lines that match the specific verison.
+ # grep -E is used for searching through text lines that match the
78
+ # specific version.
79
elif ! python_versions | grep -E "^${version}$" > /dev/null; then
80
echo "Error: Python version $version is not installed."
81
echo "Installed Python versions are:"
0 commit comments