The use pipenv

 

pipenv contains Pipfile, pip, click, requests and virtualenv. Pipfile community is dependent on the development of document management, used in place of too shabby requirements.txt file.

Common Commands

Installation 
pip install pipenv 
view the version 
pipenv - Version 
create 
pipenv - Python 3.7 
activates the virtual environment 
pipenv shell 
exit 
exit 
installation develop extensions 
pipenv install - dev Django 
installation of the production environment 
pipenv install 
installation development environment 
pipenv install - dev 
uninstall package 
pipenv uninstall [ package] 
to view the directory created virtual machine 
pipenv --venv

 

Guess you like

Origin www.cnblogs.com/huay/p/11301426.html