Wie installiere ich pipx unter Windows?Python

Python-Programme
Anonymous
 Wie installiere ich pipx unter Windows?

Post by Anonymous »

Ich versuche gerade, den Anleitungen von CumulusCI zu folgen, und habe einige Probleme bei der Installation von pipx auf meinem Computer.
Ich habe Python 3 bereits installiert und führe derzeit den folgenden Befehl aus:

Code: Select all

pip install --user pipx
Das Ergebnis ist das Folgende:

Code: Select all

Requirement already satisfied:

pipx in c:\users\aharo\appdata\roaming\python\python39\site-packages (0.16.1.0)
Ich habe die Umgebungsvariablen für den Pfad eingerichtet und wenn ich pipx list ausführe, wird mir Folgendes angezeigt:

Code: Select all

pipx : The term 'pipx' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pipx list
+ ~~~~
+ CategoryInfo          : ObjectNotFound: (pipx:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Wie kann ich dieses Problem lösen?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post