2014/05/17

Instalar RVM en Mageia

Antes que nada se debe revisar https://rvm.io/ ahi esta la info necesaria para la instalacion, en este caso yo necesitaba instalar ruby 1.9.3.

Simplemente se ejecuta:

[drakedalfa@localhost ~]$ \curl -sSL https://get.rvm.io | bash -s stable --ruby=1.9.3


Y el script empezara a descargar lo necesario. Esto es la lo que arroja la terminal luego de la instalacion:


Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz

Installing RVM to /home/drakedalfa/.rvm/
    RVM PATH line found in /home/drakedalfa/.profile /home/drakedalfa/.bashrc /home/drakedalfa/.zshrc.
    RVM sourcing line found in /home/drakedalfa/.bash_profile /home/drakedalfa/.zlogin.
Installation of RVM in /home/drakedalfa/.rvm/ is almost complete:

  * To start using RVM you need to run `source /home/drakedalfa/.rvm/scripts/rvm`
    in all your open shell windows, in rare cases you need to reopen all shell windows.

# drakedalfa,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: http://rvm.io/help and https://twitter.com/rvm_io

  * WARNING: You have '~/.profile' file, you might want to load it,
    to do that add the following line to '/home/drakedalfa/.bash_profile':

      source ~/.profile


rvm 1.25.25 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]

Searching for binary rubies, this might take some time.
No binary rubies available for: mageia/3/x86_64/ruby-1.9.3-p545.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.                                                         
Checking requirements for mageia.
Requirements installation successful.
Installing Ruby from source to: /home/drakedalfa/.rvm/rubies/ruby-1.9.3-p545, this may take a while depending on your cpu(s)...
ruby-1.9.3-p545 - #downloading ruby-1.9.3-p545, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9802k  100 9802k    0     0   349k      0  0:00:28  0:00:28 --:--:--  341k
ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /home/drakedalfa/.rvm/src/ruby-1.9.3-p545...
ruby-1.9.3-p545 - #applying patch /home/drakedalfa/.rvm/patches/ruby/GH-488.patch.
ruby-1.9.3-p545 - #configuring

ruby-1.9.3-p545 - #post-configuration.
ruby-1.9.3-p545 - #compiling ruby-1.9.3-p545 - 

#installing
ruby-1.9.3-p545 - #making binaries executable..
ruby-1.9.3-p545 - #downloading rubygems-2.2.2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  404k  100  404k    0     0   130k      0  0:00:03  0:00:03 --:--:--  254k
No checksum for downloaded archive, recording checksum in user configuration.
ruby-1.9.3-p545 - #extracting rubygems-2.2.2

ruby-1.9.3-p545 - #removing old rubygems
ruby-1.9.3-p545 - #installing rubygems-2.2.2
ruby-1.9.3-p545 - #gemset created /home/drakedalfa/.rvm/gems/ruby-1.9.3-p545@global
ruby-1.9.3-p545 - #importing gemset /home/drakedalfa/.rvm/gemsets/global.gems

ruby-1.9.3-p545 - #generating global wrappers
ruby-1.9.3-p545 - #gemset created /home/drakedalfa/.rvm/gems/ruby-1.9.3-p545
ruby-1.9.3-p545 - #importing gemsetfile /home/drakedalfa/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-1.9.3-p545 - #generating default wrappers

ruby-1.9.3-p545 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-1.9.3-p545 - #complete
WARNING: Please be aware that you just installed a ruby that is no longer maintained (2014-02-23), for a list of maintained rubies visit:

    http://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering

Please consider upgrading to ruby-2.1.1 which will have all of the latest security patches.
Ruby was built without documentation, to build it run: rvm docs generate-ri
Creating alias default for ruby-1.9.3-p545...

  * To start using RVM you need to run `source /home/drakedalfa/.rvm/scripts/rvm`
    in all your open shell windows, in rare cases you need to reopen all shell windows.