会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Oops!
管理
2023年3月11日
最全的Python虚拟环境使用方法
摘要: 一、使用virtualenv 1. 使用pip pip install virtualenv 2. 创建运行环境 virtualenv [虚拟环境名称] virtualenv venv #如果不想使用系统的包,加上–no-site-packeages参数 virtualenv --no-site-p
阅读全文
posted @ 2023-03-11 10:56 Oops!#
阅读(1485)
评论(0)
推荐(0)
公告