Python - ¿Cómo instalo pipx en Windows?

CorePress2024-01-24  9

Actualmente estoy intentando seguir las guías de CumulusCi y tengo problemas para instalar pipx dentro de mi computadora.

Ya instalé Python 3 y actualmente estoy ejecutando el siguiente comando:

pip install --user pipx

'''

The result is the following:


Requisito ya satisfecho:

pipx in c:\users\aharo\appdata\roaming\python\python39\site-packages (0.16.1.0)

Configuré las variables ambientales de ruta y cuando ejecuto pipx list me dice lo siguiente:

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

¿Alguien sabe cómo solucionar este problema?



------------------------------------

Yo uso windows 10

Fui a cmd y escribí lo siguiente

python -m pip instalar --usuario pipx python -m pipx ruta de seguridad python -m pipx instalar eth-brownie

volvimos al código de Visual Studio y escribimos: python -m pipx surepath

Respondido

8 de enero de 2022 a las 21:40

usuario17875259

usuario17875259

51

1

1 insignia plateada

1

1 insignia de bronce



------------------------------------

Tengo el mismo problema, pero la solución rápida es ejecutarlo como py -m pipx list. Supongo que se instaló en otra carpeta, debido a Windows...

Su guía para un futuro mejor - libreflare
Su guía para un futuro mejor - libreflare