
Python
虚拟化ing
这个作者很懒,什么都没留下…
展开
-
ubuntu16.04 install pip pip3
1.ubuntu16.04 默认已经安装了python2.7.11和python3.5 2.安装python2的pip sudo apt-get install python-pip 4.安装python3的pip3 sudo apt-get install python3-pip原创 2016-05-01 12:47:55 · 201 阅读 · 0 评论 -
ubuntu16.04 pip install MySQL-Python error
1.ubuntu16.04,通过python2.7.11的pip安装mysql-python失败,提示: Complete output from command python setup.py egg_info: sh: 1: mysql_config: not found Traceback (most recent call last): File "&...原创 2016-05-01 13:00:51 · 261 阅读 · 0 评论 -
Ubuntu 14.04 Install mysqlclient for Python2.7
Ubuntu14.04系统Python默认版本是2.7.6 pip升级后通过pip安装一些python包时报如下两个告警(SNIMissingWarning和InsecurePlatformWarning),其实是SSL的问题,urllib3需要pyopenssl 1.首先安装mysql server,见:http://rule.iteye.com/admin/blogs/2276278...原创 2016-02-13 20:42:45 · 123 阅读 · 0 评论