1. 首页
  2. 数据库
  3. 其它
  4. Ubuntu 中的 Python 版本切换

Ubuntu 中的 Python 版本切换

上传者: 2021-01-10 22:28:24上传 PDF文件 29.93KB 热度 16次
文章目录Ubuntu 中的 Python 版本切换先上脚本脚本解释 Ubuntu 中的 Python 版本切换 python 现行有两大版本 python2 和 python3, 对于 android 系统来说, 编译使用到的 python 版本为python2, 但是管理android代码的repo一般使用的是 python3, 所以需要频繁的切换python版本 先上脚本 checkout-python-version.sh readonly sudo_password=123 readonly python_uri=/usr/bin/ readonly ll_python=l
下载地址
用户评论