On Tue, Apr 13, 2021 at 10:31 PM John Clements <[email protected]>
wrote:

> What if he has directories that aren’t part of an installed package? That
> was my concern, and why I suggested manually deleting compiled subdirs.
>

That's right, but given:

On Tue, Apr 13, 2021 at 8:16 PM Don Green <[email protected]>
wrote:

> Welcome to Racket v8.0 [cs].
> > (current-library-collection-paths)
> '(#<path:/home/don/.plt-scheme/4.2.1/collects>
>   #<path:/home/don/.racket/8.0/collects>
>   #<path:/usr/share/racket/collects/>)
>
> My code files all begin here: /home/don/.plt-scheme/4.2.1/collects/...
>

It looks like the code files are all linked as collections directly (i.e.
not via the package system). I think `raco setup --clean && raco setup`
should take care of anything under those directory trees (recursively).

-Philip

-- 
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/01000178ce42001c-bfac9d6d-505f-4c5a-b532-7738980da227-000000%40email.amazonses.com.

Reply via email to