You are not logged in.

#1 2006-03-21 10:04:52

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

ruby rails: script/plugin discover problem [worked around]

I have a working Ruby on Rails environment on my Arch system.  Recently tried to get the plugins working which according to the Rails wiki is done by typing:

script/plugin discover

This unfortunately gives me an error that it can't find /usr/bin/ruby1.8  In Arch ruby is in /usr/bin/ruby

Can this be fixed?  I'm pretty sure that Ubuntu/Debian use /usr/bin/ruby1.8 which is why it's defaulting here.

Offline

#2 2006-03-21 14:18:52

Machiavelli
Member
Registered: 2005-08-24
Posts: 92

Re: ruby rails: script/plugin discover problem [worked around]

hm.

ln -s /usr/bin/ruby /usr/bin/ruby1.8

perhaps?

Offline

#3 2006-03-21 14:24:32

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

Re: ruby rails: script/plugin discover problem [worked around]

Machiavelli wrote:

hm.

ln -s /usr/bin/ruby /usr/bin/ruby1.8

perhaps?

Yeah.. that worked. <slaps head>  But ruby won't be 1.8 forever.. should I file a bug?

edit Guess not.  Seems like it would have to be a bug somewhere..

Offline

Board footer

Powered by FluxBB