Re: [racket-users] How shall I add collection path?

2022-08-08 Thread Philip McGrath
Hi, On Mon, Aug 8, 2022, at 12:59 PM, Don Green wrote: > For some reason, the collection directories below does not include the only > collection directory that I use: > /home/don/.plt-scheme/4.2.1/collects > which I do have showing up in DrRacket's options: /Language/Choose Language/ >

Re: [racket-users] raco pkg for a one-directory, moveable installation

2022-08-08 Thread Philip McGrath
Hi, On Mon, Aug 8, 2022, at 5:46 PM, knigh...@gmail.com wrote: > Hello all > > I'm trying to generate an installation that is self-contained, that I can > move to another machine just by tar-untar or zip-unzip. > > The target machine may never be connected to the internet, so if I want to >

[racket-users] raco pkg for a one-directory, moveable installation

2022-08-08 Thread knigh...@gmail.com
Hello all I'm trying to generate an installation that is self-contained, that I can move to another machine just by tar-untar or zip-unzip. The target machine may never be connected to the internet, so if I want to install packages I must follow this procedure. This command .\raco pkg

[racket-users] collection resolver problem...

2022-08-08 Thread Don Green
I don't see why the collection resolver has a problem because the desired collection path: #, is shown to be in the current-library-collection-paths: (current-library-collection-paths) '(# # #) Thanks Don. -- You received this message because you are subscribed to the Google Groups

[racket-users] How shall I add collection path?

2022-08-08 Thread Don Green
For some reason, the collection directories below does not include the only collection directory that I use: /home/don/.plt-scheme/4.2.1/collects which I do have showing up in DrRacket's options: /Language/Choose Language/ Collection Paths: <> /home/don/.plt-scheme/4.2.1/collects

[racket-users] how could I obtain more context to isolate the problem?

2022-08-08 Thread Don Green
$ raco setup ? collection-path: collection not found collection: "t" in collection directories: /home/don/.plt-scheme/4.2.1/collects /home/don/.racket/8.1/collects /home/don/racket/collects/ ... [175 additional linked and package directories] Thanks -- You received this message

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