Re: [racket-users] how do I remove a specified collection?

2022-08-10 Thread David Storrs
The problem is more likely to do with the shell misunderstanding '?', but you can find a collection using: https://docs.racket-lang.org/raco-fc/index.html On Mon, Aug 8, 2022 at 11:31 AM Don Green wrote: > $ raco setup ? > collection-path: collection not found > collection: "t" > > How do I

Re: [racket-users] how do I remove a specified collection?

2022-08-08 Thread Sam Tobin-Hochstadt
I don't think that you need to remove `t`. Instead, your problem is that somewhere something is calling `collection-path` with "t" as an argument. If you provide more information about the context and the error message, it would be easier to help here. Sam On Mon, Aug 8, 2022 at 11:31 AM Don

[racket-users] how do I remove a specified collection?

2022-08-08 Thread Don Green
$ raco setup ? collection-path: collection not found collection: "t" How do I go about finding and removing: collection: "t" ? Thanks. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails