[plt-scheme] How to reinitialize the complete search path directory ?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Sep 9 22:36:22 EDT 2008

Depending on what you want to do, often it is better to use "planet
link" than setting that environment variable. That said, perhaps the
problem is that setting PLTCOLLECTS (or
current-library-collection-paths) adds sets of directories, no just
individual directories? That is, look inside

 \Program Files (x86)\PLT\collects

and you'll see that there are directories there, with files inside
them. The same needs to hold for your Exercise directory.

hth,
Robby

On Tue, Sep 9, 2008 at 8:15 PM, Andre Mayers
<andre.mayers at usherbrooke.ca> wrote:
> I try to define my own directory for collection without success.
>
> First, I have defined a collects directory in
> C:\Users\amayers\Cours\IFT359\Exercice
>
> I tried to define PLTCOLLECTS environment variable without success, and I
> deleted this environment variable.
>
> I deleted also the collects directory in
> C:\Users\amayers\Cours\IFT359\Exercice
>
> I logout and login and I still have
> #<path:C:\Users\amayers\Cours\IFT359\Exercice as a collection path
>
>> (get-collects-search-dirs)
> (#<path:C:\Users\amayers\AppData\Roaming\PLT Scheme\4.1\collects>
>  #<path:C:\Program Files (x86)\PLT\collects>
>  #<path:C:\Users\amayers\Cours\IFT359\Exercice>)
>
> I am using version 4.1 on window vista
>
> Thank you
>
> Andre Mayers
>
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.