摘要: 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)
摘要: 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)
摘要: 解决方法: python2的话 sudo apt-get install python-tk python3的话 sudo apt-get install python3-tk 阅读全文
posted @ 2018-04-12 16:11 吖笨 阅读(201) 评论(0) 推荐(0)