Pycharm create a new project prompted Pipenv excutable is not found

Pycharm initial configuration is: when Pipenv Environment, displayed below "Pipenv executable is not found"

 

the reason:

Pipenv life is not installed

Solution:

pip install pipenv execute the command to install.

 

Check this mistake again:

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

 

The following pop pop, Add Python Interpreter-> Pipenv Environment page, it is not just a mistake

Guess you like

Origin www.cnblogs.com/hupingzhi/p/11204067.html