[racket] Best practices for installing and using R6RS libraries with Racket on Windows

From: Eduardo Cavazos (wayo.cavazos at gmail.com)
Date: Thu Jan 19 17:48:29 EST 2012

On 1/19/2012 4:35 PM, Imran Rafique wrote:
> I was bitten by the same issue as well. If you just have a directory 
> in $PLTCOLLECTS, by itself, it becomes the sole collections search path.
>
> If you want to prepend <my_dir> to the collections search path, then 
> you need:
>     PLTCOLLECTS="<my_dir>:"
>
> Notice the trailing ':'
>
> Its covered in the Racket Reference.

Ah, thanks for the tip Imran. I see that this is covered in the 
reference at:

http://docs.racket-lang.org/reference/collects.html?q=PLTCOLLECTS#(idx._(gentag._425._(lib._scribblings/reference/reference..scrbl))) 
<http://docs.racket-lang.org/reference/collects.html?q=PLTCOLLECTS#%28idx._%28gentag._425._%28lib._scribblings/reference/reference..scrbl%29%29%29>

I had been using the guide and it doesn't appear to mention the ':' issue.

Ed

Posted on the users mailing list.