-1

I have trouble with my python version. I have downloaded latest version 3.8.5 but my command prompt seeing me that still version is 3.7.4. Help me.

C:\Users\Life Hacker>python --version Python 3.7.4

Compo
  • 36,585
  • 5
  • 27
  • 39
Al Hamim
  • 1
  • 2

1 Answers1

0

First, Uninstall the older version of Python. Then install the latest one. After installing check the environment variables in your settings.

  1. Right-click on My Computer and select Properties.
  2. Go to the Advanced tab.
  3. Click the Environment Variables button. The Environment Variables dialog opens. Check the path for python compiler is properly specified or not!
Psycoder01
  • 1
  • 1
  • 3