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 e5ee626 commit 8d48086Copy full SHA for 8d48086
examples/pygpsclient_macos_install.sh
@@ -17,7 +17,7 @@
17
set -e
18
19
echo "PyGPSClient will be installed at $HOME/pygpsclient/bin"
20
-VER=3.13.7
+VER=3.14.2
21
echo "Installing Python $VER from python.org ..."
22
curl https://www.python.org/ftp/python/$VER/python-$VER-macos11.pkg --output python-$VER-macos11.pkg
23
sudo installer -pkg python-$VER-macos11.pkg -target /
0 commit comments