[racket] Adding a collection path (Was: Re: Long compilation+launch times)

From: Laurent (laurent.orseau at gmail.com)
Date: Wed Aug 4 13:04:44 EDT 2010

On Wed, Aug 4, 2010 at 18:35, Robby Findler <robby at eecs.northwestern.edu>wrote:

> This works fine for me (and is something that is pretty heavily relied
> on for more than a decade now):
>
> [robby at penghu] ~/Desktop$ export PLTCOLLECTS=/home/robby/something:
> [robby at penghu] ~/Desktop$ racket
> Welcome to Racket v5.0.1.2.
> > (current-library-collection-paths)
> '(#<path:/home/robby/something>
>  #<path:/Users/robby/Library/Racket/5.0.1.2/collects>
>  #<path:/Users/robby/git/exp/plt/collects>)
> > ^D
>
>
my bad, obviously: I forgot to "export"... The variable was then available
to the command line but not to child process.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100804/8125a5ee/attachment.html>

Posted on the users mailing list.