image
假设Python3安装在/usr/local/python3
cd /usr/local/python3 python3 -m venv tutorial-env source tutorial-env/bin/activate
image.png