(Sep-04-2020, 05:38 AM)MaartenRo Wrote: My python file is in the Appdata map. I cannot see this map in the command prompt. Is there a way to find this map?Call it
path
and not map,there is info about this in link you have gotten.So in Environment Variables Path you add path to Python.
The default path will eg be.
C:\Users\<your name>\AppData\Local\Programs\Python\Python38So as in image in link,you add:
C:\Users\<your name>\AppData\Local\Programs\Python\Python38\ C:\Users\<your name>\AppData\Local\Programs\Python\Python38\Scripts\Restart Pc,and test
python
and pip -V
command from any folder in cmd to see if it works.