2.1虚拟环境的安装与配置
1.安装python
2.安装virtualenv
3.创建虚拟环境
指定python版本创建虚拟环境
示例:
启动虚拟空间
查看存在的虚拟环境
启动虚拟环境
参考文档
【Python】创建虚拟环境的四种方式(venv | pipenv | conda | poetry)_创建python虚拟环境-CSDN博客
Last updated
Was this helpful?
指定python版本创建虚拟环境
示例:
启动虚拟空间
查看存在的虚拟环境
启动虚拟环境
【Python】创建虚拟环境的四种方式(venv | pipenv | conda | poetry)_创建python虚拟环境-CSDN博客
Last updated
Was this helpful?