python create a virtual environment (Windows)

>>> To construct Python virtual environment is to prevent real environmental destruction! ! !

>>> Every project proposal with a virtual environment in order to prevent conflicts software version number! ! !

1, the terminal switches to a new disk, such as: E:

2, mkdir + filename

3, cd + filename

4、mkdir venv

5、python -m venv ./venv/

 

Guess you like

Origin www.cnblogs.com/Qingxiaoyu/p/11299120.html