文件名称:pythontutorial:smr2613
文件大小:132KB
文件格式:ZIP
更新时间:2024-08-01 20:41:22
Python
#课堂笔记 Virtualenvs(演示) Virtualenvs 是独立的完整 python 环境, pip 可用于在其中安装 python 模块。 通常以普通用户身份运行 在其中安装 python 模块不需要 root 权限。 创建虚拟环境 [mike@localhost demo]$ virtualenv -p python testenv Already using interpreter /usr/bin/python New python executable in testenv/bin/python Installing Setuptools...............................................................................................................