'pip' is not recognized as an internal or external command, an operable program or a batch file

2

You know how to solve this problem I have python and pip installed when I type pip and I press enter it appears:

  

'pip' is not recognized as an internal command       or external, operable program or batch file.

Do you know how to solve it?

Operating System Data: Windows 10x64

    
asked by anonymous 20.09.2017 / 01:46

1 answer

1

Here is a step-by-step guide to inserting the path of the Scripts folder in the windows Path:

Go to System properties and click Advanced Settings:

NowclickSystemVariables:

Inthewindowthatopens,lookforpathasintheimageandclickeditordouble-clickonPath:

Clicknewandenterthepathofyourpythonscrpitsfolder:

That's it. I hope I have helped.

    
21.09.2017 / 18:14