Skip to content

Commit 4487605

Browse files
authored
Update pre_osx.html
Added note that latest version of macports on Sequoia15.1 wanted python310 instead of python-310
1 parent 9efe1bf commit 4487605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/pre_osx.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1>OSX Sonoma<a class="headerlink" href="#osx-sonoma" title="Link to this headi
105105
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo port -v selfupdate
106106
</pre></div>
107107
</div>
108-
<p>Install python:</p>
108+
<p>Install python (note you may need to use python310 instead of python-310 on more recent systems):</p>
109109
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo port install python-310
110110
$ sudo port select --set python python-310
111111
$ sudo port select --set python3 python-310
@@ -151,4 +151,4 @@ <h1>OSX Sonoma<a class="headerlink" href="#osx-sonoma" title="Link to this headi
151151
</script>
152152

153153
</body>
154-
</html>
154+
</html>

0 commit comments

Comments
 (0)