Reputation: 1
I know that I need to add Python to my PATH
and I've tried to add it by copy and pasting its address C:\Users\aiden\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.6
to my PATH
, but when I try to use python in the command prompt, it is not recognized as a command.
Here an image of my PATH variable:
Upvotes: 0
Views: 501
Reputation: 974
It seems very unlikely that your python has been installed to the Start Menu path. Try
You might need to logout and in again, for this to take affect.
Upvotes: 2