This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
josephl@jtl:~$ uname -a | |
Linux jtl.me.uk 3.2.0-38-generic-pae #61-Ubuntu SMP Tue Feb 19 12:39:51 UTC 2013 i686 athlon i386 GNU/Linux | |
josephl@jtl:~$ rvm list | |
rvm rubies | |
=* ruby-1.9.3-p327 [ i686 ] | |
# => - current | |
# =* - current && default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » rvm pkg install openssl | |
Fetching openssl-1.0.1c.tar.gz to /Users/josephl/.rvm/archives | |
Extracting openssl to /Users/josephl/.rvm/src/openssl-1.0.1c | |
Configuring openssl in /Users/josephl/.rvm/src/openssl-1.0.1c.. | |
Error running './Configure darwin64-x86_64-cc -I/Users/josephl/.rvm/usr/include -L/Users/josephl/.rvm/usr/lib zlib no-krb5 --prefix=/Users/josephl/.rvm/usr --disable-install-doc shared', | |
please read /Users/josephl/.rvm/log/openssl/configure.log | |
Compiling openssl in /Users/josephl/.rvm/src/openssl-1.0.1c........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » rvm get head | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 112 0 0:00:01 0:00:01 --:--:-- 189 | |
100 11525 100 11525 0 0 4945 0 0:00:02 0:00:02 --:--:-- 38674 | |
Downloading RVM from wayneeseguin branch master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 124 100 124 0 0 94 0 0:00:01 0:00:01 --:--:-- 101 | |
100 1619k 100 1619k 0 0 428k 0 0:00:03 0:00:03 --:--:-- 799k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » rvm pkg remove | |
Beware, 'rvm pkg ...' is deprecated, read about the new autolibs feature: 'rvm help autolibs'. | |
Removing '/Users/josephl/.rvm/usr' ... | |
Removed | |
~ » rvm uninstall 2.0.0 | |
Removing /Users/josephl/.rvm/src/ruby-2.0.0-p0... | |
Removing /Users/josephl/.rvm/rubies/ruby-2.0.0-p0... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » rvm get head | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 175 0 0:00:01 0:00:01 --:--:-- 259 | |
100 11525 100 11525 0 0 7088 0 0:00:01 0:00:01 --:--:-- 58207 | |
Downloading RVM from wayneeseguin branch master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 124 100 124 0 0 75 0 0:00:01 0:00:01 --:--:-- 79 | |
0 124 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ebsite/hfwebsite » ssh temp@localhost | |
Password: | |
jl-mbp:~ temp$ uname -a | |
Darwin jl-mbp.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
jl-mbp:~ temp$ ruby -v | |
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0] | |
jl-mbp:~ temp$ \curl -L https://get.rvm.io | bash -s stable --ruby | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 128 0 0:00:01 0:00:01 --:--:-- 169 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
delta7/dashboard - [jtlmaster●] » rvm -v | |
rvm 1.18.14 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
delta7/dashboard - [jtlmaster●] » rvm get stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 158 0 0:00:01 0:00:01 --:--:-- 226 | |
100 11525 100 11525 0 0 6004 0 0:00:01 0:00:01 --:--:-- 10.9M | |
Downloading RVM from wayneeseguin branch stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jl-mbp:~ temp$ rm -rf .rvm/ | |
jl-mbp:~ temp$ rm .bashrc .zshrc | |
jl-mbp:~ temp$ exit | |
logout | |
Connection to localhost closed. | |
website/hfwebsite » ssh temp@localhost | |
Password: | |
Last login: Wed Feb 27 19:10:49 2013 from localhost | |
jl-mbp:~ temp$ \curl -L https://get.rvm.io | bash -s stable --ruby | |
% Total % Received % Xferd Average Speed Time Time Time Current |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jl-mbp:~ temp$ rvm get head | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 134 0 0:00:01 0:00:01 --:--:-- 258 | |
100 11525 100 11525 0 0 6662 0 0:00:01 0:00:01 --:--:-- 53356 | |
Downloading RVM from wayneeseguin branch master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 124 100 124 0 0 290 0 --:--:-- --:--:-- --:--:-- 382 | |
0 124 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jl-mbp:~ test$ \curl -L https://get.rvm.io | bash -s stable --ruby | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 158 0 0:00:01 0:00:01 --:--:-- 223 | |
100 11525 100 11525 0 0 6544 0 0:00:01 0:00:01 --:--:-- 6544 | |
Please read and follow further instructions. | |
Press ENTER to continue. | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed |
OlderNewer