Den 11.07.2025 kl. 10.15 skrev Christoph Kukulies via macports-users: > Two questions: > > How do I select python-313 to python and python3? Something like > > sudo port select --set python py313-python > > doesn't seem to work.
You are using the "port select" incorrectly: #=> port select --summary | grep python python python313 python311 python312 python313 none python2 python27 none python3 python313 python311 python312 python313 none So, in your case : port select --set python python313 port select --set python3 python313 -- Bjarne D Mathiesen Slagelse ; Danmark ; Europa ----------------------------------------------------------------------- denne besked er skrevet i et totalt M$-frit miljø MacPro 2010 5.1 ; OpenCore + macOS 14.7.4 Sonoma 2 x 3,46 GHz 6-Core Intel Xeon ; 192 GB 1333 MHz DDR3 ECC RDIMM ATI Radeon RX 590 8 GB
