Discussion:
[racket] is there a way to shift all installed packages to installation scope?
Alexander D. Knauth
2015-03-06 18:07:35 UTC
Permalink
Is there a way to shift all installed packages to installation scope?

____________________
Racket Users list:
http://lists.racket-lang.org/users
Matthew Flatt
2015-03-06 20:03:22 UTC
Permalink
Post by Alexander D. Knauth
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.

____________________
Racket Users list:
http://lists.racket-lang.org/users

Loading...