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

Asked

Viewed 23,147 times

4

Know how to solve this problem have python and Pip installed when I type Pip and I hit enter appears this:

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

Know how to solve?

Operating System Data: Windows 10 x64

  • The directory Scripts Python is in Windows PATH?

  • the scripts folder I have the python version is 2.7

  • Have you added it in Windows PATH? You can check giving echo %path% in the terminal.

  • where is the path

1 answer

4

Follow step by step to insert the path from the Scripts folder into the windows Path:

Go to the System properties and click Advanced settings:

Painel

Now click on system variables:

Var

In the window that opens, search for path as in the image and click edit or give two clicks on Path:

path

Click New and enter the path to your python scrpits folder:

novo

That’s it. I hope I helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.