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
Database file /home/buildslave-2/.rvm/user/db does not exist. | |
ruby-1.8.7-p352 is not installed. | |
Database file /home/buildslave-2/.rvm/user/db does not exist. | |
Installing Ruby from source to: /home/buildslave-2/.rvm/rubies/ruby-1.8.7-p352, this may take a while depending on your cpu(s)... | |
ruby-1.8.7-p352 - #fetching |
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
[buildslave-1@bld-engbld-05 ~]$ cat .rvmrc | |
export rvm_environments_path="${HOME}/.rvm/environments" | |
export rvm_gems_path="${HOME}/.rvm/gems" | |
export rvm_gems_cache_path="${HOME}/.rvm/gems_cache" | |
export rvm_wrappers_path="${HOME}/.rvm/wrappers" | |
export rvm_archives_path="${HOME}/.rvm/archives" | |
export rvm_bin_path="${HOME}/.rvm/bin" | |
export rvm_log_path="${HOME}/.rvm/log" | |
export rvm_repos_path="${HOME}/.rvm/repos" | |
export rvm_rubies_path="${HOME}/.rvm/rubies" |
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
export rvm_environments_path="${HOME}/.rvm/environments" | |
export rvm_gems_path="${HOME}/.rvm/gems" | |
export rvm_gems_cache_path="${HOME}/.rvm/gems_cache" | |
export rvm_wrappers_path="${HOME}/.rvm/wrappers" |
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
[eklein@bld-engbld-02 ~]$ sudo rvm get head | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9219 100 9219 0 0 19312 0 --:--:-- --:--:-- --:--:-- 19312 | |
Downloading RVM from wayneeseguin branch master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1044k 100 1044k 0 0 557k 0 0:00:01 0:00:01 --:--:-- 881k | |
Upgrading the RVM installation in /usr/local/rvm/ |
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
[eklein@bld-engbld-01 ~]$ rvm --version | |
rvm 1.13.4 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
[eklein@bld-engbld-01 ~]$ rvm list | |
rvm rubies | |
jruby-1.6.5 [ amd64 ] | |
jruby-1.6.7 [ amd64 ] |
NewerOlder