一.遇到的问题
安装了例如mvn的指令后,执行source ~/.bash_profile
后就可以使用相应的指令,否则就会报错找不到指令
二.原因
因为安装了zsh
三.解决方案
1.方案一
vim .zshrc
最后一行增加
source ~/.bash_profile
2.方案二
vim .zshrc
在文件中将添加到~/.bash_profile的变量添加到.zshrc中
安装了例如mvn的指令后,执行source ~/.bash_profile
后就可以使用相应的指令,否则就会报错找不到指令
因为安装了zsh
vim .zshrc
最后一行增加
source ~/.bash_profile
vim .zshrc
在文件中将添加到~/.bash_profile的变量添加到.zshrc中
本文标题:【Mac】安装mvn指令后仍然提示找不到指令等类似问题
本文链接:https://www.haomeiwen.com/subject/eslyxrtx.html
网友评论