Where is the .bashrc or .bash_profile
I'm working to get Java 6 SoyLatte for OSX 10.4 installed on my 10.4.11 install of OSX. I'm running into trouble with the PATH environmental variables. Im not a newbie but I don't understand how OSX is storing the PATH. I've read a few pages on how OSX manages PATH.
But I don't have a .bashrc, or .bash_profile, or any 'RC'-like named file in either my home directory or in root. These instructions suggest that I can make this file if it doesn't already exist. But here's the kicker. The web page JavaFX And JDK6 On 32Bit MacOS instructions say to run these lines in the terminal/shell:
Mac:$ export JAVA_HOME=/sw/soylatte16-i386-1.0.2
Mac:$ export PATH=/sw/soylatte16-i386-1.0.2/bin:$PATH
And I did. However, now when I type:
$ echo $PATH
the above typed paths show up under PATH, but the /sw/ directory does not exist. I didn't recognize this notation it to think to change it. So, now I have this PATH that doesn't go anywhere. So where is the bash file that terminal--Im using terminal to run these commands--is referencing to get this PATH with the incorrect /sw/ directory? And, according to one of the pages I read about OSX and terminal, it is supposed to reference the .bash_profile and not .bashrc. But I can't find either file.
X
TiG4/667, Mac OS X (10.4.11)