Ken
Ken

Reputation: 912

Python - pip won't be recognized even after adding it to the PATH system variable

I update python to the newer version and I edited the PATH system variables accordingly. I couldn't use pip now as it is not recognized by the system anymore. I added the PATH as: C:\Python34\Scripts. I also used setx PATH "%PATH%;C:\Python34\Scripts". But the echo %PATH% shows the following with /pip appended.

Snapshot:

enter image description here

Upvotes: 0

Views: 899

Answers (1)

Ken
Ken

Reputation: 912

Restarting the command prompt fixed everything.

Upvotes: 1

Related Questions