From: "Chamila W." Date: 2013-06-23T00:13:20+09:00 Subject: Re: Getting Started With Development Carlo E. Prelz wrote in post #1112089: > Subject: Re: Getting Started With Development > Date: mer 12 giu 13 03:44:55 +0900 > > Quoting Chamila W. (lists@ruby-forum.com): > >> error saying "Executable host Ruby is required". > Compilation of Ruby in the normal way requires a pre-existing ruby > interpreter. Maybe there is a way to compile from scratch - I do not > know. What I generally do on new machines (I use Debian) is first load > Debian's package with > This works for me in Ubuntu? It works fine. Do I have to follow same steps in MAC? > apt-get install ruby > > After compiling/installing (under /usr/local as default), you can do > > apt-get purge ruby > > and happily use your self-compiled interpreter plus utilities. > > Remember to install the dev package of libreadline if you want to have > irb command history. Do that before running ./configure. > > Carlo -- Posted via http://www.ruby-forum.com/.