-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
  • 46,621
  • 12
  • 59
  • 83

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]