My version of Python won't seem to update from 2.7.16 to 3.10

Viewed 35

When I check for the version of Python in the CMD, it gives me

python --version

Output: Python 2.7.16:: Anaconda, Inc.

I installed Python 2.7.16 and Anaconda for a separate project, but it seems as if I can't update it.

I've tried purging all python/anaconda related files from my computer. Nothing. I tried going to environment variables to change the path and still nothing. I tried to install Python 3.10 multiple times but the cmd always seems to be using Python 2.7.16.

0 Answers
Related