pipenv是个Python虚拟环境管理工具。
pipenv
pipenv中主要是利用pip去安装包的。
pip
pipenv安装库有2种方式:
pipenv shell pip install xxx
pipenv install xxx