linux python工具pip和 easy

    xiaoxiao2026-02-07  0

    (1)  easy_install:yum install python-setuptools

    使用 命令:

    安装:easy_install pyspider

    删除:easy_install -m  pyspider

    升级:easy_install  --upgrade pyspider

    (2)  pip : yum install python-pip

    使用命令:  

    安装:pip install pyspider

    查看:pip show pyspider

    升级:pip install --upgrade

    删除 :pip  uninstall pyspider

    最新回复(0)