At Sun, 9 Apr 2017 04:48:18 -0700 (PDT), Dupéron Georges wrote:
> I hope that there's a better way, however what I ended up doing was this:
> 
> 1) Install a "Minimal Racket" from 
> http://download.racket-lang.org/releases/6.8/ (scroll down a bit to see these 
> versions).
> 
> 2) cd path/to/my-clone-of-plot/; raco pkg install
> 
> 3) raco pkg install main-distribution
> 
> If you want to later replace an existing package with your local copy, you 
> can 
> then do:
> 
> 2b) raco pkg remove --force the-package ### you can stop it with Ctrl+C after 
> a couple of lines of output

You can use

 raco pkg remove --no-setup --force the-package

to avoid the need for Ctl-C. Even better...

> 2c) cd path/to/my-clone-of-other-package/; raco pkg install

... use

 cd path/to/; raco pkg update my-clone-of-other-package/

to uninstall the old package instance and install this new one at the
same time.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to