11 2017 档案

摘要:安装pip下载pip安装包wget https://bootstrap.pypa.io/get-pip.py 执行以下报错 python get-pip.py ##报错内容(zipimport.ZipImportError: can't decompress data; zlib not avail 阅读全文
posted @ 2017-11-23 15:53 kkblog 阅读(652) 评论(0) 推荐(0)
摘要:一,安装开发工具和Python2.7(1)查看当前python版本 python -V Python 2.6.6 (2)下载Python-2.7.3 wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2 (3)解压2.7 tar - 阅读全文
posted @ 2017-11-23 15:53 kkblog 阅读(138) 评论(0) 推荐(0)
摘要:步骤1:清空pythonrpm -qa|grep python|xargs rpm -e --allmatches --nodeps whereis python|xargs rm -fr 步骤2:清空yumrpm -qa|grep yum|xargs rpm -e --allmatches --n 阅读全文
posted @ 2017-11-09 16:02 kkblog 阅读(495) 评论(0) 推荐(0)