Как установить pipx в Windows?Python

Программы на Python
Anonymous
Как установить pipx в Windows?

Сообщение Anonymous »

В настоящее время я пытаюсь следовать инструкциям CumulusCI, и у меня возникли проблемы с установкой pipx на мой компьютер.
Я уже установил Python 3 и сейчас выполняю следующую команду:

Код: Выделить всё

pip install --user pipx
Результат следующий:

Код: Выделить всё

Requirement already satisfied:

pipx in c:\users\aharo\appdata\roaming\python\python39\site-packages (0.16.1.0)
Я настроил переменные среды пути, и когда я запускаю список pipx, он сообщает мне следующее:

Код: Выделить всё

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
Как решить эту проблему?


Подробнее здесь: https://stackoverflow.com/questions/668 ... on-windows

Вернуться в «Python»