会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
starSgz
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2022年5月12日
anaconda创建虚拟环境巨坑地方!
摘要: 启动uwsgi时可能会报下面的错误[root@localhost ~]# uwsgi uwsgi: error while loading shared libraries: libicui18n.so.58: cannot open shared object file: No such file
阅读全文
posted @ 2022-05-12 11:18 starSgz
阅读(366)
评论(0)
推荐(0)
2022年5月11日
conda管理python虚拟环境
摘要: 创建虚拟环境命令 conda create -n name py版本 生成的虚拟环境一般在anaconda env路径下 删除虚拟环境:conda remove -n name --all 查看虚拟环境:conda info -e 切换虚拟环境:activate name 列出当前环境的所有包:co
阅读全文
posted @ 2022-05-11 17:17 starSgz
阅读(136)
评论(0)
推荐(0)
上一页
1
2
3
4