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 racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/b219d197-9989-4a0e-9f92-ad8bec01fbb0n%40googlegroups.com.