好比我放入到了 /Users/beiguo/project/_other/ 文件夾下apache
打開 終端 並依次打入以下命令vim
vim ~/.bash_profile;
在打開的文件中 按 i 鍵 並將下列命令放入到文件的最後。注意M2_HOME爲 第二步中的文件夾路徑。編寫完畢,按 esc 鍵 並輸入 :wq 退出文件編輯bash
# maven export M2_HOME=/Users/beiguo/project/_other/apache-maven-3.3.9 export PATH=$PATH:$M2_HOME/bin
最後運行如下命令,使文件生效。maven
$ source ~/.bash_profile
mvn -v
如出現如下內容,則配置成功!ide
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00) Maven home: /Users/beiguo/project/_other/apache-maven-3.3.9 ***********************************