Pycharm创建新项目提示Pipenv excutable is not found
Pycharm初始化配置为:Pipenv Environment时,下方显示“Pipenv executable is not found”
原因:
Pipenv命没有安装
解决办法:
pip install pipenv 执行该命令安装即可。
再次检查这个错误:
File->Setting->Project:Project Script->Project Interpreter->Add...
弹出下面弹窗,Add Python Interpreter->Pipenv Environment 页面,就没有刚才的错误了