Re: [racket-users] Regarding collections ...

2021-06-06 Thread Matthew Flatt
At Fri, 4 Jun 2021 14:15:11 -0700 (PDT), Don Green wrote: > Sounds like ideally I should begin creating my own pkg(s) that are > outside a collection path, and link it by specifying a > current-library-collection-links parameter. Yes, you should use packages. You normally shouldn't need to set the

Re: [racket-users] Regarding collections ...

2021-06-04 Thread Don Green
To answer Mathew Flatt's question: "Do you expect 3" (paths) "because you have an environment variable set, or something like that? " Answer: Yes. I can run a shell file that contains: #! /bin/bash export PLTCOLLECTS="/home/don/.plt-scheme/4.2.1/collects:" Many of my programs are accessible from

Re: [racket-users] Regarding collections ...

2021-06-04 Thread Matthew Flatt
At Thu, 3 Jun 2021 20:26:59 -0700 (PDT), Don Green wrote: > Using DrRacket in linux: > When I run DrRacket from a terminal, > > (current-library-collection-paths) returns the expected paths, 3 of them. > > However, when I open one of my .ss files which is associated with drracket, > > the file o

Re: [racket-users] Regarding collections and racket versions...

2020-11-02 Thread infodeveloperdon
Thanks George. Don On Monday, November 2, 2020 at 7:20:50 PM UTC-7 gneuner2 wrote: > > On 11/2/2020 1:08 PM, infodeveloperdon wrote: > > All of my programming code is in a single collection: > > ~/.plt-scheme/4.2.1/collects/ > > even when I have installed newer versions of Racket. > >: > > I

Re: [racket-users] Regarding collections and racket versions...

2020-11-02 Thread George Neuner
On 11/2/2020 1:08 PM, infodeveloperdon wrote: All of my programming code is in a single collection: ~/.plt-scheme/4.2.1/collects/ even when I have installed newer versions of Racket.    : I appreciate any comments or advice regarding collections in general, or my use of the single collection