At Fri, 4 Jun 2021 14:46:00 -0700 (PDT), Don Green wrote: > > (current-library-collection-paths) > '(#<path:/home/don/.plt-scheme/4.2.1/collects> > #<path:/home/don/.racket/8.1/collects> #<path:/home/don/racket/collects/>) > > I suspect the above is incorrect because I think the 8.1 path should be to > dir: /pkgs rather than /collects. Like this: > #<path:/home/don/.racket/8.1/pkgs>
Just to clarify, "collects" is as intended there. Packages are found via `current-library-collection-links` (although, as I mentioned in the other reply, that's not a parameter that you normally need to set). -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/20210606064032.294%40sirmail.smtps.cs.utah.edu.