Pycharm学习(三)——Pipenv excutable is not found

Pycharm初始化配置为:Pipenv Environment时,下方显示“Pipenv executable is not found”

Pycharm学习(三)——Pipenv excutable is not found

原因:

Pipenv命没有安装

解决办法:

pip install pipenv  执行该命令安装即可。

Pycharm学习(三)——Pipenv excutable is not found

再次检查这个错误:

File->Setting->Project:Project Script->Project Interpreter->Add...

Pycharm学习(三)——Pipenv excutable is not found

弹出下面弹窗,Add Python Interpreter->Pipenv Environment 页面,就没有刚才的错误了

Pycharm学习(三)——Pipenv excutable is not found