Create a .bash_profile file and place it in the home directory for your user account.
The file contains only 1 line:
export PATH="$PATH:~/bin/:/Applications/android-s
This adds 2 directories:
- My personal "bin" directory for my own scripts
- And the executable files for the Android SDK
No comments:
Post a Comment