Skip to content

Commit 6c9328c

Browse files
authored
Adds a comment
1 parent a88e284 commit 6c9328c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/google-crc32c/scripts/osx/build_python_wheel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ eval "$(pyenv init --path)"
3939

4040
install_python_pyenv() {
4141
version=$1
42+
# escapes the dot in the version number to avoid regex expansion issues.
4243
escaped_version="${version//./\.}"
4344
if ! pyenv versions --bare | grep -q "^${escaped_version}\b"; then
4445
echo "Python $version is not installed. Installing..."

0 commit comments

Comments
 (0)