2017年1月9日
摘要: 1 Install pip and Virtualenv sudo apt-get install python-pip python-dev python-virtualenv2 Create a Virtualenv environment. virtualenv --system-site-p 阅读全文
posted @ 2017-01-09 10:25 59号大院傻大爷 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 这个问题是在在安装Deepdive时候碰到的,具体来说在执行 sudo apt-get update碰到的sudo mv /var/lib/dpkg/info/ /var/lib/dpkg/info_backup/ sudo mkdir /var/lib/dpkg/info/可能是和dkpg相关,也 阅读全文
posted @ 2017-01-09 08:32 59号大院傻大爷 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 1 确定Linux版本 uname -r 2 升级系统(添加 APT 镜像源,添加使用 HTTPS 传输的软件包以及 CA 证书。) sudo apt-get update sudo apt-get install apt-transport-https ca-certificates 3 Add 阅读全文
posted @ 2017-01-09 08:24 59号大院傻大爷 阅读(162) 评论(0) 推荐(0) 编辑