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/
> Collect
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
> in
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 instal
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
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
--
$ 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 b
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 Gree
$ 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 f
8 matches
Mail list logo