Skip to content

Commit

Permalink
Update pre_osx.html
Browse files Browse the repository at this point in the history
Added note that latest version of macports on Sequoia15.1 wanted python310 instead of python-310
  • Loading branch information
cholland authored Dec 30, 2024
1 parent 9efe1bf commit 4487605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/pre_osx.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1>OSX Sonoma<a class="headerlink" href="#osx-sonoma" title="Link to this headi
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo port -v selfupdate
</pre></div>
</div>
<p>Install python:</p>
<p>Install python (note you may need to use python310 instead of python-310 on more recent systems):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ sudo port install python-310
$ sudo port select --set python python-310
$ sudo port select --set python3 python-310
Expand Down Expand Up @@ -151,4 +151,4 @@ <h1>OSX Sonoma<a class="headerlink" href="#osx-sonoma" title="Link to this headi
</script>

</body>
</html>
</html>

0 comments on commit 4487605

Please sign in to comment.