会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吖笨
博客园
首页
新随笔
联系
订阅
管理
2018年4月17日
Anaconda中url问题
摘要: Anaconda的下载,网上搜就可以了 bash ./自己下载的sh文件名字 创建虚拟环境 conda create -n 环境名 python=版本号 环境创建中可以出现 An HTTP error occurred when trying to tetrieve this URL HTTP er
阅读全文
posted @ 2018-04-17 17:05 吖笨
阅读(361)
评论(0)
推荐(0)
2018年4月14日
如何在Ubuntu 16.04中安装Google Chrome浏览器
摘要: 1-在终端中:wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add – 2-在终端中:sudo sh -c 'echo "deb http://dl.google.com/linux/chr
阅读全文
posted @ 2018-04-14 21:38 吖笨
阅读(169)
评论(0)
推荐(0)
2018年4月12日
ImportError: No module named '_tkinter', please install the python3-tk package
摘要: 解决方法: python2的话 sudo apt-get install python-tk python3的话 sudo apt-get install python3-tk
阅读全文
posted @ 2018-04-12 16:11 吖笨
阅读(201)
评论(0)
推荐(0)
公告