Unable to use easy_install to install Python modules

前端 未结 6 838
北荒
北荒 2020-12-28 18:31

I am trying to use easy_install to install a module called requests by doing

easy_install requests

This work

6条回答
  •  感动是毒
    2020-12-28 19:02

    You should use virtualenv on package-based Linux distributions so Python scripts don't interfere with other packages or conflict with the OS's package-manager.

    http://workaround.org/easy-install-debian

提交回复
热议问题