美文网首页
mac 环境变量.bash_profile .zshrc

mac 环境变量.bash_profile .zshrc

作者: 阿泽Leo | 来源:发表于2021-03-05 11:58 被阅读0次

mac下配置环境变量要修改~/.bash_profile然后执行source ~/.bash_profile
但是每次打开终端,要重新执行source ~/.bash_profile
解决方法:
在 ~/.zshrc文件下,最后一行添加source .bash_profile

ps:/.bash_profile和/.zshrc不存在的话要自行创建。

相关文章

网友评论

      本文标题:mac 环境变量.bash_profile .zshrc

      本文链接:https://www.haomeiwen.com/subject/pkerqltx.html