Arc Forumnew | comments | leaders | submitlogin
1 point by aaronmoodie 4923 days ago | link | parent

thanks waterhouse. Did you install from src? I'm a little unsure about the configure option. I'm assuming "--prefix=/usr/local/racket --enable-macprefix" ?


1 point by waterhouse 4923 days ago | link

I didn't install from source, and have no idea about doing that. What I do to install is: Download DrRacket from racket-lang.org. Move it to the Applications folder as is conventional. Add to the ~/.bash_profile the following line:

  export PATH=/Applications/Racket\ v5.0.2/bin:$PATH
Now you'll be able to use the "racket" and "mzscheme" and "raco" and all other programs from the "bin" subdirectory by just typing their names. (This applies to any terminal windows opened after you've changed .bash_profile.)

-----

2 points by aaronmoodie 4923 days ago | link

always making things hard for myself... thanks for your help waterhouse. I'm all up and running now, including rlwrap. Arc time. Thanks!

-----