python创建虚拟环境 创建独立环境的命令 python -m venv venv(这是环境的名字) 创建独立环境时引入系统已安装包 python -m venv venv --system-site-packages