Comment on The First Step for Ruby on RailsparentComments−ranza14yI dont belive that bashrc is being executed on a mac as standard. Try:source ~/.bashrcIf that worked add this to your .bash_profile[ -f ~/.bashrc ] && . ~/.bashrc−z9214yYes, that worked! I am on OSX Lion.
Comments
I dont belive that bashrc is being executed on a mac as standard. Try:
source ~/.bashrc
If that worked add this to your .bash_profile
[ -f ~/.bashrc ] && . ~/.bashrc
Yes, that worked! I am on OSX Lion.