How to wean myself away from Python 3.9? and then Python3.10?

Steven Smith steve.t.smith at gmail.com
Sun Dec 31 13:09:58 UTC 2023


I do something like this:
export OLDV=39 NEWV=310
sudo -E port -pNc install "python${NEWV}" $(port installed "py${OLDV}-*" | sed -E -e "s/[[:space:]]+py${OLDV}/py${NEWV}/" | cut -d " " -f1 | tr '\n' ' ')
sudo port uninstall "py${OLDV}-*"

> On Dec 31, 2023, at 04:47, Kenneth Wolcott <kennethwolcott at gmail.com> wrote:
> 
> Hi;
> 
> How to wean myself away from Python 3.9? and then Python3.10?
> 
> There's so much that I don't understand about MacPorts.
> 
> Should I uninstall everything that depends on Python 3.9 and then
> Python 3.9 and then re-install those apps that I uninstalled from the
> first sequence?  How will that not put me back to where O started?
> 
> The same question applies to Perl.
> 
> Thanks,
> Ken Wolcott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-users/attachments/20231231/9792162c/attachment.htm>


More information about the macports-users mailing list