Cannot source RVM files because of PowerPC architecture
问题 I ran the railsinstaller from railsinstaller.org on my OS X 10.7.5, then ran into a few issues with RVM: 1) First, I got "RVM: command not found". So I created the .bash_profile and added [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" 2) Restarted the terminal, but still getting the same error message. I checked the .rvm folder to see if it's properly installed; it seems to be missing the "scripts" folder. So I ran \curl -L https://get.rvm.io | bash -s stable 3) Then I