发布网友 发布时间:2022-11-21 04:02
共1个回答
热心网友 时间:2024-11-14 09:36
每开一次终端,要 source ~/.bash_profile 环境变量才生效。
而我电脑的配置自定义为 MacOS (10.15) + bash。但打开终端不会再自动读取.bash_profile文件了。
在系统加载/etc/profile时执行source命令
1.修改文件权限
sudo chmod 777 /etc/profile
2.进入文件
vi /etc/profile
3.在结尾处添加
source .bash_profile
保存并退出,收工