> On Oct 12, 2016, at 8:34 AM, Ben Greenman <benjaminlgreen...@gmail.com> wrote:
> 
> I've installed Racket 6.6 from download.racket-lang.org and I'd like to 
> submit a change to the HTDP repo.
> 
> (This question is not really specific to HTDP, anyway)
> 
> Before I submit the edit, I want to test the change on my machine, so I 
> figure I'll make a clone of the htdp package:
> 
> $ raco pkg update --clone htdp
> 
> But this gives me an error:
> Inferred package name from given `--clone' path
>   package: htdp
>   given path: htdp
> Inferred package scope: installation
> raco pkg update: package is not currently installed from a repository
>   package: htdp
>   current installation: (catalog htdp)
> 
> Is it possible for my install of Racket 6.6 to use a cloned version of htdp?

Should this be

raco pkg install —clone htdp

instead?

> 
> -- 
> 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.



-- 
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