pip installation /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory

后端 未结 19 1123
再見小時候
再見小時候 2020-11-28 19:58

I don\'t know what\'s the deal but I am stuck following some stackoverflow solutions which gets nowhere. Can you please help me on this?

  Monas-MacBook-Pro:         


        
19条回答
  •  失恋的感觉
    2020-11-28 20:21

    Editing the first line of this file worked to me:

    MBP-de-Jose:~ josejunior$ which python3

    /usr/local/Cellar/python/3.7.3/bin/python3
    

    MBP-de-Jose:~ josejunior$

    before

    #!/usr/local/opt/python/bin/python3.7
    

    after

    #!/usr/local/Cellar/python/3.7.3/bin/python3
    

提交回复
热议问题