本文地址: http://blog.csdn.net/caroline_wendy
1. 在根目錄建立bin文件夾:$mkdir bin .bash_profile”:
$vi ~/.bash_profile系統路徑:
PATH=$PATH:/Users/wangchenlong/bin export PATH .bash_profile”:
$source ~/.bash_profile顯示路徑, 是否加載成功
$echo $PATH軟鏈接
$ln -s /Users/wangchenlong/Installations/gradle-1.11/bin/gradle gradle測試
$gradle -version