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 14f269e commit 93c6627Copy full SHA for 93c6627
installers/macos-pkg-setup-template.sh
@@ -55,7 +55,7 @@ ln -s ./bin/$PYTHON_MAJOR_DOT_MINOR python
55
56
cd bin/
57
58
-# This symlink already exists if Python version with the same major.minor version is already installed,
+# This symlink already exists if Python version with the same major.minor version is installed,
59
# since we do not remove the framework folder
60
if [ ! -f $PYTHON_MAJOR_MINOR ]; then
61
ln -s $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJOR_MINOR
0 commit comments