Adding Python to Windows PATH

This post is just about adding Python to Windows Path, so that Python interpreter can be easily access from cmd ( command line). You will need 2 file path before adding Python to user environment Path. One is the python.exe folder location and the other is the Scripts folder, which is just one folder down. Eg. for my case the 2 folder paths are:

C:\Users\deadw\AppData\Local\Programs\Python\Python311

C:\Users\deadw\AppData\Local\Programs\Python\Python311\Scripts

Once you have this 2 path you can navigate to the System Environment by typing ‘environment’ in the Windows search bar. Check out my Youtube video below for the detail steps….;)

Thanks all for watching…