Unable to Run Python 3 After Homebrew Installation

前端 未结 4 1458
终归单人心
终归单人心 2020-12-18 05:32

After installing Homebrew using the script on their homepage and checking if everything was alright with brew doctor, I issued brew install python3

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 05:42

    Okay, this is what I gathered:

    • Don't delete the Python framework!
    • If it's deleted, then python3 --version won't work
    • Just install Python from the Python website
    • The framework will return and python3 --version will work

提交回复
热议问题