Python Version Setup

To see the updated python version in commandline after installing the latest version of python from official website, after setting up into your system.

1.Open the commandline or powershell to check for the updated version, and type python –version…


This content originally appeared on DEV Community and was authored by Reshma Shaik

To see the updated python version in commandline after installing the latest version of python from official website, after setting up into your system.

1.Open the commandline or powershell to check for the updated version, and type python --version
2.if you see the latest version as a result then you are good to go.
3.But, if u see the result as previous version even after installing the latest version successfully like-

  • if u have previously 3.10 version and u want to update to latest like 3.13 and ur set up was done successfully by installing to ur system.
  • and when u verify the version ur getting same previous one which should not.
  • we will fix this by positioning the path from evironment variables. 4.Open environment variables to check whether it is added to the path or not
  • Press windows+R and type sysdm.cpl and hit enter.
    congif

  • Go to advanced and Select Environment Variables

open

  • then go to System Variables and select path and click on edit and see if the path was there or not

env

After selecting if u see there is a path see the position and select the python313 and its scripts, moveup to the top

upq

Hit ok and Now exit the cmd and open again.
Now check python --version You will get the updated version

result

You are good to go Now.

Happy Developing!

tq


This content originally appeared on DEV Community and was authored by Reshma Shaik


Print Share Comment Cite Upload Translate Updates
APA

Reshma Shaik | Sciencx (2025-03-04T06:57:23+00:00) Python Version Setup. Retrieved from https://www.scien.cx/2025/03/04/python-version-setup/

MLA
" » Python Version Setup." Reshma Shaik | Sciencx - Tuesday March 4, 2025, https://www.scien.cx/2025/03/04/python-version-setup/
HARVARD
Reshma Shaik | Sciencx Tuesday March 4, 2025 » Python Version Setup., viewed ,<https://www.scien.cx/2025/03/04/python-version-setup/>
VANCOUVER
Reshma Shaik | Sciencx - » Python Version Setup. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/03/04/python-version-setup/
CHICAGO
" » Python Version Setup." Reshma Shaik | Sciencx - Accessed . https://www.scien.cx/2025/03/04/python-version-setup/
IEEE
" » Python Version Setup." Reshma Shaik | Sciencx [Online]. Available: https://www.scien.cx/2025/03/04/python-version-setup/. [Accessed: ]
rf:citation
» Python Version Setup | Reshma Shaik | Sciencx | https://www.scien.cx/2025/03/04/python-version-setup/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.