From 7fd1f26269d3300d1a754ec7bc253733c4eb5008 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 13 Mar 2012 21:56:06 -0400 Subject: debian/bin/sisu* enable (commands on) --dev (v3dv branch) --- debian/bin/sisu2 | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'debian/bin/sisu2') diff --git a/debian/bin/sisu2 b/debian/bin/sisu2 index 473c18ce..6c916b18 100644 --- a/debian/bin/sisu2 +++ b/debian/bin/sisu2 @@ -53,7 +53,7 @@ WOK 'v3' when /--dev/ check_sisu_dev_ruby_version? - 'v3' + 'v3dv' else check_sisu_stable_ruby_version? 'v3' @@ -79,15 +79,8 @@ rescue system RUBYLIB: ${RUBYLIB} "}) puts %{ - On a Debian system the following system commands may help set the default version of ruby to 1.9.2: - sudo update-alternatives --verbose --set ruby /usr/bin/ruby1.9.1 - export RUBYPATH='/usr/local/bin:/usr/bin' - export RUBYLIB='/usr/local/lib/site_ruby/1.9.1:/usr/lib/ruby/1.9.1:/usr/local/lib/site_ruby/1.8:/usr/lib/ruby/1.8' - - To return to ruby 1.8 (not suitable for sisu): - sudo update-alternatives --verbose --set ruby /usr/bin/ruby1.8 - export RUBYPATH='/usr/local/bin' - export RUBYLIB='/usr/local/lib/site_ruby/1.8:/usr/lib/ruby/1.8:/usr/local/lib/site_ruby/1.9.1:/usr/lib/ruby/1.9.1' + On a Debian system to switch the version of ruby to >=1.9.2 see: + http://wiki.debian.org/Ruby } end __END__ -- cgit v1.2.3