I want to install gradle in my local mac machine and I'm using Yosemite OS. I try export GRADLE_HOME in .bash_profile, .profile, .bashrc, .zshrc files, but gradle -version command not working. there was no problem with Mac OSX Maverick. in which file must I write export commands. Thx!
EDIT:
GRADLE_HOME=~/Development/gradle
export PATH="$GRADLE_HOME/bin:$PATH"