From 44876058c9017952a4342cff8640d9b1ba67dac1 Mon Sep 17 00:00:00 2001 From: Chris Holland Date: Sun, 29 Dec 2024 16:53:44 -0800 Subject: [PATCH] Update pre_osx.html Added note that latest version of macports on Sequoia15.1 wanted python310 instead of python-310 --- docs/build/pre_osx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/pre_osx.html b/docs/build/pre_osx.html index af5723d..52b7195 100644 --- a/docs/build/pre_osx.html +++ b/docs/build/pre_osx.html @@ -105,7 +105,7 @@

OSX Sonoma
$ sudo port -v selfupdate
 
-

Install python:

+

Install python (note you may need to use python310 instead of python-310 on more recent systems):

$ sudo port install python-310
 $ sudo port select --set python python-310
 $ sudo port select --set python3 python-310
@@ -151,4 +151,4 @@ 

OSX Sonoma