Glam Prestige Journal

Bright entertainment trends with youth appeal.

Here is what happened; I tried to upgrade python3.8 to 3.9; my goal was to Install python3.9 and then force my system to start using 3.9 instead of the current 3.8.

Then I found thsHow to Upgrade to Python3.9

Ignorantly without reading the comments, I jumped into my terminal and started executing the install and update-alternatives commands; at the end of the article; I discovered that I wrote a small python program and discovered that I could not run it.

That was when I decided to go through the comments, and discovered that some dependencies were missing; having tried to install dist-utils for 3.9; my system did not allow any install, kept saying it's available or something so I ignored and decided to quickly go back to my 3.8 having read some articles here warning against messing with default python installations.

Initially, my fear was that I have broken the default python installation; even though I never attempted removing it, so I decided to switch back to the old 3.8 I had working well.

I did was simply following the same article which gave room for switching between the python versions and switched back to 3.8; now it appears I'm fine.

My question is how to setup the installed 3.9 so that I can have it function properly?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy