Where can I download the latest version of the 1.8 branch?
I need to deploy puppet and it doesn’t run on 1.9 yet
Where can I download the latest version of the 1.8 branch?
I need to deploy puppet and it doesn’t run on 1.9 yet
Cameron Smith wrote:
Where can I download the latest version of the 1.8 branch?
I need to deploy puppet and it doesn’t run on 1.9 yet
How about Download Ruby ?
Or maybe… Which platform do you use?
Aldric G. wrote:
Cameron Smith wrote:
Where can I download the latest version of the 1.8 branch?
I need to deploy puppet and it doesn’t run on 1.9 yet
How about Download Ruby ?
Or maybe… Which platform do you use?
Linux - CentOS and Ubuntu
On Tuesday 04 May 2010 01:03:06 pm Cameron Smith wrote:
Aldric G. wrote:
Cameron Smith wrote:
Where can I download the latest version of the 1.8 branch?
I need to deploy puppet and it doesn’t run on 1.9 yet
How about Download Ruby ?
Or maybe… Which platform do you use?Linux - CentOS and Ubuntu
Ubuntu has Ruby packages, and the default ones (I think) are still 1.8.
sudo apt-get install ruby
Or if you want Rubygems:
sudo apt-get install ruby ruby-dev rubygems
That should give you puppet:
sudo gem install puppet
I bet CentOS has a similar situation.
You can find the source for pretty much any version you want at
ftp://ftp.ruby-lang.org/pub/ruby/
You can find the ruby 1.8 svn address here:
http://www.ruby-lang.org/en/community/ruby-core/
Good luck!
-Jonathan N.
On May 5, 2010, at 1:05 PM, David M. wrote:
Ubuntu has Ruby packages, and the default ones (I think) are still 1.8.
sudo apt-get install ruby
You can use:
sudo apt-get install ruby-full
to get all of Ruby and all of its dependencies.
James Edward G. II
One might also using rvm
http://rvm.beginrescueend.com/os/debian/
I’ve been using rvm quite happily on OS X for some months, and just
today got around to installing it on my unbuntu box.
On Wed, May 5, 2010 at 2:08 PM, James Edward G. II
[email protected] wrote:
to get all of Ruby and all of its dependencies.
James Edward G. II
–
Rick DeNatale
Blog: http://talklikeaduck.denhaven2.com/
Github: rubyredrick (Rick DeNatale) · GitHub
Twitter: @RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs