python3 configure the virtual environment

Reference Links: https://docs.python.org/zh-cn/3/tutorial/venv.html

 

1. Create a directory:

mkdir you

2. Go to the directory:

cd dir /

3. Do python -m venv.

4. 

source ./bin/activate

Become effective

Guess you like

Origin www.cnblogs.com/Neotester/p/11829571.html