Re: [racket-users] Package installation scopes to avoid reinstalls

2015-11-09 Thread Jonathan Schuster
Thanks, Matthew. I'll go with the raco pkg migrate option, but both sound like reasonable choices. On Sun, Nov 8, 2015 at 1:28 PM, Matthew Flatt wrote: > Here are a couple of possible solutions: > > * Use `raco pkg migrate` or the "Copy from Version" panel in >DrRacket's package manager (fr

Re: [racket-users] Package installation scopes to avoid reinstalls

2015-11-08 Thread Matthew Flatt
Here are a couple of possible solutions: * Use `raco pkg migrate` or the "Copy from Version" panel in DrRacket's package manager (from the "File" menu). I recommend this approach, assuming that you're doing something like upgrading a regular release. * Configure each installation wit

[racket-users] Package installation scopes to avoid reinstalls

2015-11-05 Thread Jonathan Schuster
Is there such a thing as a user-specific but non-version-specific installation scope for packages? The docs [1] appear to indicate that you can have user+version-specific or non-user+non-version-specific installs, but neither of the other two combinations. The main problem is that it's a (minor) p