ubuntu中创建Python虚拟环境 2年前 (2024-04-11) ubuntu中创建Python虚拟环境已关闭评论 安装python3-venv 执行命令 apt-get install python3-venv 创建虚拟环境 执行命令 python3 -m venv test 激活虚拟环境 激活虚拟环境的目的... 阅读原文