Created
November 13, 2015 19:47
-
-
Save deveshmittal/ca2437ddb8b10766b358 to your computer and use it in GitHub Desktop.
Add environment variable to PATH in mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /etc/profile | |
| ~/.bash_profile | |
| ~/.bash_login | |
| ~/.profile |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
export ANDROID_HOME=/Users/deveshmittal/Desktop/adt-bundle-mac-x86_64-20140702/sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools