ubuntu中创建Python虚拟环境

ubuntu中创建Python虚拟环境

安装python3-venv 执行命令 apt-get install python3-venv 创建虚拟环境 执行命令 python3 -m venv test 激活虚拟环境 激活虚拟环境的目的...
阅读原文