-3

I have an issue in my powershell. The issue is when I type the follow commad "pip --version" and the poweshell show me that the command is not recognized. And I want to understand why because all the commands was working just fine.

I tried this;

enter image description here

mklement0
  • 382,024
  • 64
  • 607
  • 775
Rick
  • 1
  • 1
  • 1
    Please read about [how to ask a good question](http://stackoverflow.com/help/how-to-ask). – mklement0 Sep 11 '19 at 22:29
  • 2
    Images of code are useless to us (especially those that are unreadable). See [this Meta post](https://meta.stackoverflow.com/a/285557/62576) for a list of the many reasons why you should not post images of code or errors, and then come back and [edit] your post to include the code as text, copied and pasted into your post. – Ken White Sep 11 '19 at 22:32
  • https://projects.raspberrypi.org/en/projects/using-pip-on-windows/4 – iRon Sep 12 '19 at 06:36

1 Answers1

0

It seems that an environment variable to the pip script folder has to be set.

See here:

How to install packages with pip in Windows PowerShell

NamelessOne
  • 23
  • 1
  • 5