~/.bash_profile文件, 添加一行MAC环境下的环境变量设置在.bash_profile中。
若不设置该变量将会导致:
ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...错误。
export PATH=/usr/local/bin:$PATH
之后
source ~/.bash_profile若不设置该变量将会导致:
ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...错误。