会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
重大的小鸿
博客园
首页
新随笔
联系
订阅
管理
2019年12月21日
ubuntu 默认python版本切换
摘要: 电脑上面有些脚本是python2的,有些是python3的,但是系统默认是python2,需要设置环境变量来进行切换. python2切换到python3: echo alias python=python3 >> ~/.bashrc source ~/.bashrc
阅读全文
posted @ 2019-12-21 18:33 重大的小鸿
阅读(514)
评论(0)
推荐(0)
公告