I am really confused with this RVM Bash, which cannot find my directory. It really kills me. Whenever I download a new Bash shell, it keeps telling me:
-bash: /Users/<username>/.rvm/scripts/rvm : No such file or directory
I can not understand what is wrong with my bash.
Below is what my .bashrc looks like:
1 export PATH=/usr/local/bin:/usr/local/sbin:$PATH 2 3 4 export PATH=/usr/local/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/Users/<username>/.rvm/gems/ruby-1.9.2-p290/bin:/ Users/<username>/.rvm/gems/ ruby-1.9.2-p290@global /bin:/Users/<username>/.rvm/rubies/ruby-1.9.2-p290/bin:/Users/<username>/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysq l/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin 5 6 7
The following will be my .bash_profile :
6 [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
source share