I frequently like to use raco pkg install --clone
(or raco pkg --update clone
if the library is already installed), when I want to work on a library and submit patches.
However, I accidentally ran raco pkg update --clone
in the wrong folder, and now I can't seem to get it to move to the correct directory.
I tried simply moving the directory, but racket (understandably) didn't know how to handle that, and I tried just deleting the directory, but that didn't work either.
I could theoretically uninstall the package and reinstall it. But I have a lot of packages that already depend on it installed, and it would be very annoying to have to uninstall all of them, and reinstall them all again.
Do I have any other options, or am I just doomed to manually uninstalling and reinstalling a lot of packages (or just reinstalling the whole Racket distribution)?