python3 virtual environment venv

Create a virtual environment:

  -m Venv Python the Test            (the Test environment to create a virtual directory)

Activate the virtual environment:  

  the Test \ Scripts \ of an activate              (under Windows path)

       Test / bin / the activate                      (lower path Linux)

Exit the virtual environment:

  deactivate

Guess you like

Origin www.cnblogs.com/DirWang/p/11495515.html
Recommended