In reply to Sage Gerard: $ racket (use-user-specific-search-paths) ;returns: #t
clicking on .rkt file that opens the file in racket: (use-user-specific-search-paths) ;returns: #t On Saturday, June 5, 2021 at 5:06:37 PM UTC-6 Sage Gerard wrote: > What is the value of (use-user-specific-search-paths > <https://docs.racket-lang.org/reference/collects.html?q=PLTCOLLECTS#%28def._%28%28quote._~23~25kernel%29._use-user-specific-search-paths%29%29> > ) in each case? > On 6/5/21 6:39 PM, Don Green wrote: > > When I run drracket v 8.1 the additional collection is in effect as > evidenced by: > (current-library-collection-paths) returns: > '(#<path:/home/don/.plt-scheme/4.2.1/collects> > #<path:/home/don/.racket/8.1/collects> #<path:/home/don/racket/collects/>) > > however when I open drracket by clicking on a .rkt file > (current-library-collection-paths) returns: > '( #<path:/home/don/.racket/8.1/collects> > #<path:/home/don/racket/collects/>) > > How to fix this? > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/b219d197-9989-4a0e-9f92-ad8bec01fbb0n%40googlegroups.com > > <https://groups.google.com/d/msgid/racket-users/b219d197-9989-4a0e-9f92-ad8bec01fbb0n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- > ~slg > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/e4c2f150-e965-4666-9e9f-33be9266be3bn%40googlegroups.com.

