-8
C:\Users\Mtronics>pip install numpy
'pip' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Mtronics>
khelwood
  • 55,782
  • 14
  • 81
  • 108

1 Answers1

0

try setx PATH "%PATH%;C:\Python34\Scripts" if it is not working install your python modules like this python -m pip install [packagename]

Logendher
  • 16
  • 4