pip installs packages successfully, but executables not found from command line

后端 未结 9 2463
感情败类
感情败类 2020-12-07 13:44

I am working on mac OS X Yosemite, version 10.10.3.

I installed python2.7 and pip using macport as done in http://johnlaudun.org/20150512-installing-and-setting-pip

9条回答
  •  Happy的楠姐
    2020-12-07 13:59

    In addition to adding python's bin directory to $PATH variable, I also had to change the owner of that directory, to make it work. No idea why I wasn't the owner already.

    chown -R ~/Library/Python/
    

提交回复
热议问题