0

I am using python 2.7.10 on a windows 10 computer

In power shell pip does not work in any directory. In python27\scripts .\pip will work. My path is correct, but there are two in system variables "Path" and "PSModulePath". The "PSModulePath" has the Python27\Scripts in the proper place.

Any suggestions.

KR29
  • 393
  • 1
  • 4
  • 19
David
  • 1
  • 1

1 Answers1

0

I know that you've checked already but, it's most likely the Environmental Variables.

You can fix this here.

Another reason for pip not working is the version of Python/Pip you're using.

You can update this here.

LJ-dev
  • 64
  • 1
  • 2
  • 10