Reputation: 912
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:
Upvotes: 0
Views: 899