At Sat, 2 Feb 2019 22:06:40 -0500, Ben Greenman wrote: > > OK, so that sorts out getting a clone of the repository I need to work > > on. Now how do I invoke racket so that this clone is loaded instead of > > the version bundled with Racket? > > You can change your PATH environment variable to include the clone's > racket/bin/ folder, or add a symlink from the clone's > racket/bin/racket to a directory that is on your path. > > When I set up my clone, I ran something like: > > $ ln -s `pwd`/racket/bin/racket /usr/local/bin/racket
That shouldn't be necessary after `raco pkg update --clone`, which makes the clone the one that's used by the same Racket installation as `raco`. In other words, there shouldn't be anything more to do after `raco pkg update --clone`. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/5c565bb1.1c69fb81.7d1f0.5b02SMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.
