How do I upgrade to Python 3.8?

Submitted 3 years, 7 months ago
Ticket #118
Views 245
Language/Framework Python
Priority Low
Status Closed

I recently installed Python 3.8 onto my computer. I now have Python 3.7 and 3.8. I would like to delete 3.7 but I don't want to mess anything up.

When I type 'python --version' in the Anaconda Prompt,

Python 3.7.9

I fear that if I uninstall 3.7, all the libraries in Anaconda will not work. How do I uninstall 3.7 and make sure that Anaconda "links up" with 3.8?

Submitted on Sep 08, 20
add a comment

1 Answer

Verified

I would suggest update your Python environment to point 3.8 version folder.

  1. environment variable

    • Path:%PYTHON38_HOME%;%PYTHON3_HOME%\Scripts;

Something like this, you have to update the environment variable.

Check this Anaconda Path Environment Variableif it helps.

Submitted 3 years, 7 months ago


Latest Blogs