| Article: |
Ant and AppleScript | |
| Subject: | bash shell | |
| Date: | 2004-01-15 20:17:12 | |
| From: | anonymous2 | |
|
Response to: bash shell
|
||
|
export JAVA_HOME=/Library/Java/Home export ANT_HOME=/usr/local/ant export PATH=/usr/local/bin:$PATH |
||
Showing messages 1 through 1 of 1.
-
bash shell
2004-01-16 07:20:01 David Miller |
[View]
Place these commands in a file called .bash_login in your home directory (ie: ~/.bash_login), and they will automatically be executed every time you log in to your account. If you want them to take effect immediately after creating the file, enter the command "source ~/.bash_login". Hope this helps.


