创建虚拟环境:python3 -m venv /path/to/new/virtual/environment

Windows一键脚本在\\Scripts文件夹下,activatedeactivate.bat

linux在/bin文件夹下

Untitled