1棍鳖、先找到你的Python3 安裝的位置
which python3
2. 進(jìn)入當(dāng)前用戶的home目錄:
cd ~/
3. 創(chuàng)建.bash_profile文件:
touch .bash_profile
4汁针、修改系統(tǒng)配置文件~/.bash_profile 干签,執(zhí)行:
open ~/.bash_profile
最后一行添加:
alias python="/usr/local/bin/python3.7"
5.command+s保存關(guān)閉文件
6.使修改后的配置生效命令:
source .bash_profile
7.驗證環(huán)境變量是否配置成功: