Advertisement
Guest User

Untitled

a guest
Jan 17th, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3 && cd $HOME && rm -rf .rvm && \curl -sSL https://get.rvm.io | bash && source ~/.bash_profile && rvm install --default 2.1.2
  2. gpg: directory `/home/cyberfab007/.gnupg' created
  3. gpg: new configuration file `/home/cyberfab007/.gnupg/gpg.conf' created
  4. gpg: WARNING: options in `/home/cyberfab007/.gnupg/gpg.conf' are not yet active during this run
  5. gpg: keyring `/home/cyberfab007/.gnupg/secring.gpg' created
  6. gpg: keyring `/home/cyberfab007/.gnupg/pubring.gpg' created
  7. gpg: requesting key D39DC0E3 from hkp server keys.gnupg.net
  8. gpg: /home/cyberfab007/.gnupg/trustdb.gpg: trustdb created
  9. gpg: key D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
  10. gpg: no ultimately trusted keys found
  11. gpg: Total number processed: 1
  12. gpg: imported: 1 (RSA: 1)
  13. Downloading https://github.com/wayneeseguin/rvm/archive/master.tar.gz
  14.  
  15. Installing RVM to /home/cyberfab007/.rvm/
  16. Adding rvm PATH line to /home/cyberfab007/.profile /home/cyberfab007/.mkshrc /home/cyberfab007/.bashrc /home/cyberfab007/.zshrc.
  17. Adding rvm loading line to /home/cyberfab007/.profile /home/cyberfab007/.bash_profile /home/cyberfab007/.zlogin.
  18. Installation of RVM in /home/cyberfab007/.rvm/ is almost complete:
  19.  
  20. * To start using RVM you need to run `source /home/cyberfab007/.rvm/scripts/rvm`
  21. in all your open shell windows, in rare cases you need to reopen all shell windows.
  22.  
  23. # cyberfab007,
  24. #
  25. # Thank you for using RVM!
  26. # We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
  27. #
  28. # ~Wayne, Michal & team.
  29.  
  30. In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
  31. Searching for binary rubies, this might take some time.
  32. No binary rubies available for: ubuntu/14.10/i386/ruby-2.1.2.
  33. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
  34. Checking requirements for ubuntu.
  35. Installing requirements for ubuntu.
  36. Updating systemcyberfab007 password required for 'apt-get --quiet --yes update': ..-
  37. ........
  38. Installing required packages: autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, pkg-config, libffi-dev...........
  39. Requirements installation successful.
  40. Installing Ruby from source to: /home/cyberfab007/.rvm/rubies/ruby-2.1.2, this may take a while depending on your cpu(s)...
  41. ruby-2.1.2 - #downloading ruby-2.1.2, this may take a while depending on your connection...
  42. % Total % Received % Xferd Average Speed Time Time Time Current
  43. Dload Upload Total Spent Left Speed
  44. 100 11.4M 100 11.4M 0 0 1351k 0 0:00:08 0:00:08 --:--:-- 1418k
  45. ruby-2.1.2 - #extracting ruby-2.1.2 to /home/cyberfab007/.rvm/src/ruby-2.1.2....
  46. ruby-2.1.2 - #configuring..................her...................................
  47. ruby-2.1.2 - #post-configuration..
  48. ruby-2.1.2 - #compiling.................................................................................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement