1. 程式人生 > >mac系統預設python3.6

mac系統預設python3.6

  1. 終端開啟.bash_profile檔案
    終端輸入:open ~/.bash_profile

  2. 開啟.bash_profile檔案後在內容最後新增
    alias python="/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6"
    alias python2="/usr/bin/python2.7"