Skip to content

Commit

Permalink
Work on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed May 14, 2022
1 parent abadce6 commit 0662ddd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .azure/scripts/osx-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ PYTHON_VERSION="$1"
case $PYTHON_VERSION in
3.7)
FULL_VERSION=3.7.9
INSTALLER_NAME=python-$FULL_VERSION-macosx10.9.pkg
;;
3.8)
FULL_VERSION=3.8.10
INSTALLER_NAME=python-$FULL_VERSION-macosx11.pkg
;;
3.9)
FULL_VERSION=3.9.12
INSTALLER_NAME=python-$FULL_VERSION-macosx11.pkg
;;
3.10)
FULL_VERSION=3.10.4
INSTALLER_NAME=python-$FULL_VERSION-macosx11.pkg
;;
esac

INSTALLER_NAME=python-$FULL_VERSION-macosx10.9.pkg
URL=https://www.python.org/ftp/python/$FULL_VERSION/$INSTALLER_NAME

PY_PREFIX=/Library/Frameworks/Python.framework/Versions
Expand Down

0 comments on commit 0662ddd

Please sign in to comment.