windows下python中pip与easy_install相关
安装
easy_install
下载地址:https://pypi.python.org/pypi/ez_setup 解压,安装方法cmd进入到对应目录下,执行命令:python ez_setup.py
pip
下载地址: 1、https://pypi.python.org/pypi/pip 2、https://github.com/pypa/pip 解压,安装命令:python setup.py install
问题
pip、eaay_install无法使用(Fatal error to launcher)
Windows环境下使用(Windows8 64位系统完美解决): python -m pip install xxx来替换 install xxx;
卸载模块
easy_install 卸载
easy_install -m PackageName,若失效,可以考虑python -m easy_install -m PackageName。
参考资料
python3.4学习笔记(十六) windows下面安装easy_install和pip教程
预览
除特别注明外,本站所有文章均为 Windcoder网 原创,转载请注明出处来自: windowsxiapythonzhongpipyueaayinstallxiangguan
Loading comments...

预览
谢谢分享。
好久没来了,搞定新主题tob上线,过来看看老朋友。
程序猿就是程序员
回复 @灰常记忆: 哈哈