Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
read CSV file using csv library
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Marvin Gülker" data-source="post: 4650219"><p>Hi Frank,</p><p></p><p>No, it's not that easy... ;-)</p><p>As I said, I've no experience with Macs, but you should be able to</p><p>compile Ruby yourself in any case. Download the recent version from</p><p><a href="http://www.ruby-lang.org/en/downloads/">http://www.ruby-lang.org/en/downloads/</a> (that should be 1.9.1-p243),</p><p>unpackage the tarball and run this commands in it:</p><p>$ ./configure</p><p>$ make</p><p># make install</p><p></p><p>You may should think about passing some options to the configure step,</p><p>especially --prefix and --program_suffix (type ./configure --help for</p><p>help on those). That would allow you to have two Rubies installed at the</p><p>same time.</p><p></p><p>Maybe someone with Mac experience can suggest another way?</p><p></p><p>Marvin</p></blockquote><p></p>
[QUOTE="Marvin Gülker, post: 4650219"] Hi Frank, No, it's not that easy... ;-) As I said, I've no experience with Macs, but you should be able to compile Ruby yourself in any case. Download the recent version from [URL]http://www.ruby-lang.org/en/downloads/[/URL] (that should be 1.9.1-p243), unpackage the tarball and run this commands in it: $ ./configure $ make # make install You may should think about passing some options to the configure step, especially --prefix and --program_suffix (type ./configure --help for help on those). That would allow you to have two Rubies installed at the same time. Maybe someone with Mac experience can suggest another way? Marvin [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
read CSV file using csv library
Top