.bash_profile对当前登录的用户生效。
修改.bash_profile:
要在文件末尾加上
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
修改.zshrc,添加 source ~/.bash_profile
source ~/.bash_profile
.bash_profile对当前登录的用户生效。
修改.bash_profile:
要在文件末尾加上
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
修改.zshrc,添加 source ~/.bash_profile
source ~/.bash_profile
本文标题:Macos配置系统环境
本文链接:https://www.haomeiwen.com/subject/xitqpltx.html
网友评论