Hi, All,
I'm trying to follow instructions for installing Ruby and RadRails on my Power Book Ti. The instructions tell me that before I do anything I have to add some folders to my PATH.
It gives me instructions on how to do this that read as follows:
create a .bash_login file and enter this line:
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
So I did that, but when I go to execute the file I get a "command not found" error message.
So at my terminal I typed env and saw this line:
SHELL=/bin/tcsh
That would seem to indicate that my shell is tcsh not bash.
So how do I get bash to become my default shell? Is that possible? Is bash the default shell for OSX 10.4.5 or is tcsh? Why does my terminal load tcsh for my shell?
I need the path to be modified when I boot up so /usr/local/bin and /usr/local/sbin are checked first before any other folders for Ruby and other components I'm installing. How do I accomplish this?
Please keep in mind, I'm just now learning Unix so go easy with me. 🙂
Thanks for you help.
Dave
I'm trying to follow instructions for installing Ruby and RadRails on my Power Book Ti. The instructions tell me that before I do anything I have to add some folders to my PATH.
It gives me instructions on how to do this that read as follows:
create a .bash_login file and enter this line:
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
So I did that, but when I go to execute the file I get a "command not found" error message.
So at my terminal I typed env and saw this line:
SHELL=/bin/tcsh
That would seem to indicate that my shell is tcsh not bash.
So how do I get bash to become my default shell? Is that possible? Is bash the default shell for OSX 10.4.5 or is tcsh? Why does my terminal load tcsh for my shell?
I need the path to be modified when I boot up so /usr/local/bin and /usr/local/sbin are checked first before any other folders for Ruby and other components I'm installing. How do I accomplish this?
Please keep in mind, I'm just now learning Unix so go easy with me. 🙂
Thanks for you help.
Dave