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 a88e284 commit 6c9328cCopy full SHA for 6c9328c
1 file changed
packages/google-crc32c/scripts/osx/build_python_wheel.sh
@@ -39,6 +39,7 @@ eval "$(pyenv init --path)"
39
40
install_python_pyenv() {
41
version=$1
42
+ # escapes the dot in the version number to avoid regex expansion issues.
43
escaped_version="${version//./\.}"
44
if ! pyenv versions --bare | grep -q "^${escaped_version}\b"; then
45
echo "Python $version is not installed. Installing..."
0 commit comments