在已经创建的虚拟环境中使用 pipenv over pip 有什么用?

What is the use of having pipenv over pip in an already created virtual environment?

据我所知,如果您不在其中工作,pipenv 会创建一个虚拟环境。但是,如果我已经有一个 运行,那为什么还要使用 pipenv

我认为您需要检查一下 pip、pipenv 和 poetry 之间的比较。看一看

简而言之,对我而言,pipenv 和 poetry 具有额外的功能,例如如果两个包依赖于另一个包,则解决依赖关系。