[toc!?direction=lr]
macos系统安装
必备软件
sougou输入法
QQ and wechat
pycharm
mac brew install
代码语言:javascript复制#安装homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#必须安装的音频处理软件软件
brew install supersonic
brew install ffmpeg
brew install sox
brew install tree
brew install praat
anaconda
路径问题
代码语言:javascript复制sudo vi ~/.bash_profile
export PATH="/Users/yel/anaconda3/bin:$PATH"
source ~/.bash_profile