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

相关文章:

  • 2022-12-23
  • 2021-12-01
  • 2022-01-15
  • 2022-01-09
  • 2021-10-10
  • 2022-12-23
  • 2022-01-17
  • 2021-10-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-01-24
  • 2022-01-31
  • 2022-12-23
相关资源
相似解决方案