[racket] is there a way to shift all installed packages to installation scope?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Mar 6 15:03:22 EST 2015

At Fri, 6 Mar 2015 13:07:35 -0500, "Alexander D. Knauth" wrote:
> Is there a way to shift all installed packages to installation scope?

There is not currently a short way to do that. (The `raco pkg migrate`
tool almost works, but it cannot read and write the same installation.)

You could use functions from `pkg/lib` (such as `pkg-install` and
`pkg-remove`) to automate the shift.


Posted on the users mailing list.