Python笔记··By/蜜汁炒酸奶

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教程

pip、eaay_install无法使用(Fatal error to launcher)

Python卸载模块

预览
Loading comments...
4 条评论
  • W

    谢谢分享。

  • W

    好久没来了,搞定新主题tob上线,过来看看老朋友。

  • W

    程序猿就是程序员

example
预览