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 401f4ca commit 3c4bfe1Copy full SHA for 3c4bfe1
resources/build_packages.sh
@@ -133,8 +133,6 @@ echo "Detecting Python version..."
133
python_version=$($python_cmd --version 2>&1)
134
# 2 or 3
135
python_major_version=${python_version:7:1}
136
-# 2 or 3
137
-python_major_version=${python_version:7:1}
138
# Remove patch number from Python 3.9.17
139
no_patch=${python_version%\.*}
140
# 3.9
0 commit comments