码迷,mamicode.com
首页 >  
搜索关键字:pip    ( 8875个结果
Windows安装Python包下载工具pip遇到的问题
到Python的官网下载get-pip.py文件,然后按照说明进行安装。在安装过程中,我遇到以下问题:cmd的codepage引起的编码错误,提示65001编码错误,通过chcp 936切换到默认的代码页可解决此问题。其次是权限的问题,运行cmd时已管理员权限启动即可。最后安装完,需要将python...
分类:编程语言   时间:2014-08-18 12:16:24    阅读次数:275
关于 pip disreubution setuptools
总是报找不到setuptools模块的错误 很是郁闷安装pip的前提条件是要安装setuptools或distribute。 安装distribute的方法:$ curl http://python-distribute.org/distribute_setup.py | python警告:如果是P...
分类:其他好文   时间:2014-08-15 17:24:59    阅读次数:198
newspaper安装
安装系统是centos6.5 32位Python环境 Python2.7由于直接pip安装时,lmlx安装有问题1. 安装lmlxhttp://mdba.cn/?p=86yum install libxml* -yyum install libxslt* -ywget http://lxml.de/...
分类:其他好文   时间:2014-08-15 08:14:47    阅读次数:584
用pip安装python 模块OpenSSL
windows下1.配置好pip命令下载安装setuptools-5.4.2.win32-py2.7.exe装好在C:\Python27\Scripts下应该有easy_install.exe 和 pip.exe设置好环境变量Path 有C:\Python27\Scripts在命令行输入pip是否成...
分类:编程语言   时间:2014-08-14 16:14:48    阅读次数:1023
vim python配置之 pyflakes 安装
安装步骤: 1.sudo pip install pyflakes (必要时加个代理更快 -i http://e.pypi.python.org/simple)  先安装pip 2.去https://github.com/kevinw/pyflakes-vim下载pyflakes-vim插件 3.解压 4.sudo vi /etc/vim/vimrc,添加“ filetype on ...
分类:编程语言   时间:2014-08-10 18:41:50    阅读次数:2599
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses解决方法:安装ncurses-devel,输入命令:#yum install ncurses-devel###安装完成后重新安装readline(#pip install readli...
分类:其他好文   时间:2014-08-09 21:14:29    阅读次数:1431
centos下安装gateone: webssh
文件下载在 https://github.com/liftoff/GateOne/downloads比较奇怪的是wget经常失败 https的连接总是有问题另外,需要安装tornado2.4.1, 以及 ordereddict, 这些都用pip install在python2.6及python2.7...
分类:Web程序   时间:2014-08-08 15:29:56    阅读次数:370
部署中遇到的问题-UWSGI(二)
pip-installed uWSGI ./python_plugin.so error 使用xml格式的uwsgi配置 uwsgi -x /home/zoueswebsite/zoueswebsite.xml的命令显示如下error: open("./python_plugin.so"): No such file or directory [core/utils.c l...
分类:其他好文   时间:2014-08-07 15:43:40    阅读次数:343
写给自己看的Linux运维基础(四) - python环境
pip - Python包管理工具https://pip.pypa.io/en/latest/installing.htmlwget https://bootstrap.pypa.io/get-pip.pypython get-pip.pyRedis (NoSQL)http://www.redis....
分类:编程语言   时间:2014-08-05 15:28:29    阅读次数:303
pip 和 easy_install 区别,以及使用python 的虚拟环境
安装 east_install :? https://pypi.python.org/pypi/setuptools/5.4.2 ? 下载ez_setup.py 脚本后执行,就完成了安装 安装pip 可以通过 east_install ?pip 安装 区别 ?pip 官網的說法,pip 改善了不少 easy_i...
分类:编程语言   时间:2014-08-05 14:31:29    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!