[racket] How do I uninstall a teachpack?
On Jul 23, 2010, at 7:44 PM, Justin Zamora <justin at zamora.com> wrote:
> How can I remove a teachpack from the list of User-installed teachpacks?
I don't know how to do it from within DrRacket, but using the OS, you navigate to the "installed-teachpacks" folder and delete the relevant file. On MacOS, the "installed-teachpacks" folder is in ~/Library/Racket/$(VERSION)/collects or something like that; on Windows, it's somewhere in C:\Documents and Settings\$(USER) .
Steve Bloch