总结一些遇到的问题

98 阅读1分钟

总结一些遇到的问题

mac安装

  • 安装brew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
优先选择清华和中科大

cd ~
sudo vim .bash_profile
 
添加环境变量
export PATH=/usr/local/bin:$PATH
:wq 保存
 
source .bash_profile  执行配置