Hacker News new | ask | show | jobs
by rootusrootus 2042 days ago
> install Python 3.6 alongside 3.9 in MacOSX .... right now, and it's not a one line command

To be fair, that's not easy on any OS (well, maybe Windows). Certainly on CentOS it is a chore to get two versions of Python installed simultaneously.

1 comments

I'm on Ubuntu - it's not as mindbogglingly hard as on MacOSX.

Unsupported versions - harder, but still a few commands...

Supported versions? sudo apt install python-3.6 and done.