2016年6月14日
摘要: linux 环境变量系统: 系统级别:/etc/profile、/etc/bashrc/ 、/etc/environment 用户级别:~/.profile、~/.bashrc、 ~/.bash_profile 或 ~/.bash_login https://www.cnblogs.com/lovy 阅读全文
posted @ 2016-06-14 13:07 细雨微光 阅读(7967) 评论(0) 推荐(1)
摘要: 首先需要明白lxml包依赖其他包,必须先安装其他包然后再安装lxml 安装python-pip:方便安装python的第三方包 [root@******/]# wget https://bootstrap.pypa.io/get-pip.py --no-check-cert [root@****** 阅读全文
posted @ 2016-06-14 10:16 细雨微光 阅读(3059) 评论(0) 推荐(0)