小编Jos*_*nes的帖子

powershell 无法识别 pipelinev

我确保pipenv安装在以下路径中C:\Users\Owner> pip install pipenv

然后得到如下回复:

Requirement already satisfied: setuptools>=36.2.1 in c:\users\owner\appdata\local\programs\python\python36-32\lib\
ackages (from pipenv) (39.0.1)
Requirement already satisfied: pip>=9.0.1 in c:\users\owner\appdata\local\programs\python\python36-32\lib\site-pac
(from pipenv) (20.1)
Requirement already satisfied: virtualenv-clone>=0.2.5 in c:\users\owner\appdata\roaming\python\python36\site-pack
from pipenv) (0.5.4)
Requirement already satisfied: virtualenv in c:\users\owner\appdata\roaming\python\python36\site-packages (from pi
(16.0.0)
Requirement already satisfied: certifi in c:\users\owner\appdata\roaming\python\python36\site-packages (from pipen
20.4.5.1)
Run Code Online (Sandbox Code Playgroud)

之后,我尝试将其设置在特定目录中。然后我收到以下消息。

PS C:\Users\Owner\desktop\Python\Pyprojects> pipenv install
The term 'pipenv' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
ling …
Run Code Online (Sandbox Code Playgroud)

python powershell pip virtualenv pipenv

9
推荐指数
1
解决办法
2万
查看次数

标签 统计

pip ×1

pipenv ×1

powershell ×1

python ×1

virtualenv ×1