如何在windows上安装pipx?

2024-04-29 05:53:04 发布

您现在位置:Python中文网/ 问答频道 /正文

我目前正试图遵循CumulusCi的指南,在我的计算机中安装pipx时遇到了一些问题

我已经安装了Python 3,目前正在运行以下命令:

pip install --user pipx

'''

The result is the following:


已满足的要求:

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

我设置了path环境变量,当我运行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

有人知道如何解决这个问题吗


Tags: piporofthepathname命令is