[haiku-development] Re: Read-only Directory problems

  • From: François Revol <revol@xxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 15 May 2015 22:50:30 +0200

On 15/05/2015 22:47, François Revol wrote:

It is not appropriate to put these libraries in packages,
because they are always in flux. I need to be able to edit them
quickly and in place.

So what to do?

Ruby should be patched to support more than 1 site directory, and
install to non-packaged when using gem...

Isn't there some RUBYPATH variable you can export, like PYTHONPATH that
lists site directories, until it's fixed?

François.


http://www.tutorialspoint.com/ruby/ruby_environment_variables.htm

looks like

export
RUBYLIB=/system/non-packaged/lib/ruby/site-ruby:/system/lib/ruby/site-ruby

is what you want.

François.

Other related posts: