I am mostly a newbie, and I am using Racket 6.9 on Linux.  I have set up the 
environment variable $PLTUSERHOME to point to a directory in which I do all my 
work.  This works well if I'm using Racket from the command line.

However, DrRacket doesn't seem to know about this, in consequence of which it 
will place installed packages under 

~/.racket/6.9/pkgs/

If I use "raco pkg install" from the command line, then packages end up in

$PLTUSERHOME/.racket/6.9/pkgs/

I can't find a preference in DrRacket which will allow me to specify multiple 
install directories, or indeed change the package directory to the second one 
above.  I'm sure all this is discussed at length in the documentation for raco 
and DrRacket.  But there's a lot of stuff here, and it's easy (for me at least) 
to get lost in it.  

How can I specify directories so that both command-line raco and DrRacket agree?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to