Following http://installrails.com/steps/install_rvm_and_ruby
This is the result I get:
~/code/ruby \curl -L https://get.rvm.io | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 720 0
100 20511 100 20511 0 0 11941 0 0:00:01 0:00:01
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz
Upgrading the RVM installation in /Users/adamzerner/.rvm/
RVM PATH line found in /Users/adamzerner/.profile /Users/adamzerner/.bashrc /Users/adamzerner/.zshrc.
RVM sourcing line found in /Users/adamzerner/.bash_profile /Users/adamzerner/.zlogin.
Upgrade of RVM in /Users/adamzerner/.rvm/ is complete.
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
Upgrade Notes:
* WARNING: You have '~/.profile' file, you might want to load it,
to do that add the following line to '/Users/adamzerner/.bash_profile':
source ~/.profile
* No new notes to display.
~/code/ruby type rvm | head -n 1
-bash: type: rvm: not found
~/code/ruby
Yesterday I went through the InstallRails tutorial and everything worked perfectly. I installed RVM, installed Rails, installed Ruby, etc. Then I had to change the version of Ruby because one of my sites used an older version of Ruby (not sure how I did it).Now, somehow it seems that RVM and Rails are not installed. What should I do?
Edit:
I moved the contents .profileto .bash_profile, changed the name .profileto .pprofileand started again \curl -L https://get.rvm.io | bash -s stable. It gave me an error: RVM sourcing line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.. I did this and it again gave me an error WARNING: You have '~/.profile' file, you might want to load it. The --auto-dotfilesfile seems to be creating .profile.
~ open .profile
~ \curl -L https://get.rvm.io | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 596 0
100 20511 100 20511 0 0 26570 0
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz
Upgrading the RVM installation in /Users/adamzerner/.rvm/
RVM PATH line found in /Users/adamzerner/.bashrc /Users/adamzerner/.bash_profile /Users/adamzerner/.zshrc.
RVM sourcing line found in /Users/adamzerner/.zlogin.
RVM sourcing line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.
Upgrade of RVM in /Users/adamzerner/.rvm/ is complete.
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
Upgrade Notes:
* No new notes to display.
~ type rvm | head -n 1
-bash: type: rvm: not found
~ \curl -L https://get.rvm.io | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 791 0
100 20511 100 20511 0 0 44948 0
Turning on auto dotfiles mode.
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz
Upgrading the RVM installation in /Users/adamzerner/.rvm/
Removing rvm PATH line from /Users/adamzerner/.bashrc /Users/adamzerner/.bash_profile /Users/adamzerner/.zshrc.
Adding rvm PATH line to /Users/adamzerner/.profile /Users/adamzerner/.bashrc /Users/adamzerner/.zshrc.
Removing rvm loading line from /Users/adamzerner/.zlogin.
Adding rvm loading line to /Users/adamzerner/.bash_profile /Users/adamzerner/.zlogin.
Upgrade of RVM in /Users/adamzerner/.rvm/ is complete.
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
Upgrade Notes:
* WARNING: You have '~/.profile' file, you might want to load it,
to do that add the following line to '/Users/adamzerner/.bash_profile':
source ~/.profile
* No new notes to display.
~ ls -a
. .gitconfig Desktop
.. .heroku Documents
.CFUserTextEncoding .irb-history Downloads
.DS_Store .netrc Dropbox
.Trash .pprofile Library
.bash_history .profile Movies
.bash_profile .rvm Music
.bashrc .ssh Pictures
.dropbox .zlogin Public
.dropbox-master .zshrc code
.gem Applications
~