On 3/02/19 4:10 PM, Matthew Flatt wrote:
> 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`.

I would rather do this with my installation of the latest release of
Racket, rather than run all of Racket from master, if at all possible.

-- 
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/654fa242-66e2-99a2-e576-ea6e67ee721f%40fastmail.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to