
Carla
Judy是coding大王
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu允许Carla出现问题合集
ubuntu允许Carla出现问题合集*1.sudo apt-get update**2.permission denied* 1.sudo apt-get update 问题: Fetched 32.8 MB in 1min 16s (430 kB/s) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty...原创 2019-04-10 21:53:52 · 1065 阅读 · 2 评论 -
Ubuntu下切换Python3.7-Python3.5
出现的现象:python --version Python 3.7.1 想要实现的目标:版本为3.5 方法: echo alias python=python3.5 >> ~/.bashrc source ~/.bashrc 成功啦 python --version Python 3.5.2原创 2019-04-10 21:57:45 · 2186 阅读 · 2 评论