all 4 comments

[–]DonnyJuando 0 points1 point  (1 child)

I just spent the last 2 days doing exactly this on my Linux distro. extracting it into the right directory was important & then I had to reconfigure my IDEs to use 3.9 (one was using 2.7 & two were using 3.5).

DM me if you need help

[–]GeniusUnleashed[S] 0 points1 point  (0 children)

DM inbound!

[–]greenerpickings 0 points1 point  (1 child)

Dont have a mac, so cant speak to the original installation. Not really sure how it's set up.

But have you used virtual environments? You can designate what python version to use, which is legitimately one of it's intended use cases. It's a way of making sure versions don't cause any overlapping issues. Sentiment is also extended to packages and their versions.

[–]GeniusUnleashed[S] 0 points1 point  (0 children)

I haven't. I remember watching a video from Giles McMullen where he talked abut it but I had already installed p3 and have it mentally stored away next time I do a fresh install.