Unable to use easy_install to install Python modules

前端 未结 6 844
北荒
北荒 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:20

    Have you tried adding your new python.framework to path? On mountain lion I added /Library/Frameworks/Python.framework/Versions/3.3/bin/ to /etc/paths and then I was able to use easy_install-3.3 and pip-3.3

提交回复
热议问题