Macos配置系统环境

2021-07-09  本文已影响0人  random84

.bash_profile对当前登录的用户生效。

修改.bash_profile:
要在文件末尾加上
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH

修改.zshrc,添加 source ~/.bash_profile

source ~/.bash_profile

上一篇 下一篇

猜你喜欢

热点阅读