mac添加bash_profile环境变量

简介: mac添加bash_profile环境变量

mac的环境变量

a. /etc/profile 
b. /etc/paths 
c. ~/.bash_profile 
d. ~/.bash_login 
e. ~/.profile 
f. ~/.bashrc 

其中

a和b是系统级别

c,d,e按照从前往后的顺序读取

如果c文件存在,则后面的几个文件就会被忽略不读了

~/.bashrc没有上述规则,bash shell打开的时候载入

建议在c中添加环境变量

修改

vim ~/.bash_profile

export MAVEN_HOME=/usr/local/apache-maven-3.6.0
export PATH=$PATH:$MAVEN_HOME

生效

source ~/.bash_profile

参考

mac下添加环境变量

相关文章
|
3月前
Mac每次都要执行source ~/.bash_profile配置的环境变量才生效
Mac每次都要执行source ~/.bash_profile配置的环境变量才生效
151 2
|
6月前
|
关系型数据库 MySQL iOS开发
干货文:Mac 中 .bash_profile 和 .zshrc 的区别
干货文:Mac 中 .bash_profile 和 .zshrc 的区别
1314 1
|
6月前
|
Linux Shell
mac/linux执行受限:bash: ./install.sh: Permission denied
mac/linux执行受限:bash: ./install.sh: Permission denied
|
6月前
|
Linux Shell
mac/linux提示bash: telnet: command not found
mac/linux提示bash: telnet: command not found
|
6月前
|
Java Shell Linux
[醉了]解决重启mac但是bash_profile不生效的彻底解决方法
[醉了]解决重启mac但是bash_profile不生效的彻底解决方法
165 0
|
Shell iOS开发 MacOS
mac ~/.bash_profile 重启失效
mac ~/.bash_profile 重启失效
158 0
|
Shell 开发工具
mac添加bash_profile环境变量
mac添加bash_profile环境变量
212 0
|
Shell
MAC修改.bashrc/.bash_profile无效,默认的用户配置文件是.zshrc,
MAC修改.bashrc/.bash_profile无效,默认的用户配置文件是.zshrc,
320 0
|
Shell
【技术分享】Mac终端bash和zsh切换
【技术分享】Mac终端bash和zsh切换
304 0
|
关系型数据库 MySQL Shell
linux/mac 环境查看mysql版本时出现 :-bash: mysql: command not found
linux/mac 环境查看mysql版本时出现 :-bash: mysql: command not found
299 0