On Monday, April 10, 2017 at 10:06:35 AM UTC+8, Alex Harsanyi wrote:
> 
> Unfortunately, the above command has resulted only in the plot package being 
> linked to the repository:
> 
>     $ raco pkg show -l
>     Installation-wide:
>      Package              Checksum                                    Source
>      main-distribution    a1f1a5d5ec746afb1d5cdfa664afaa0acf045cc9    
> (catalog "main-distribution")
>      plot                 89e46e8b5b8f992538891fd65788c20c62a22847    (clone 
> "E:\\Alex\\t\\Racket\\plot\\plot" "https://github.com/racket/plot?path=plot";)
>      racket-lib           da688040bffb69e8f1f7730634e4eeafac436914    
> (catalog "racket-lib")
>      [190 auto-installed packages not shown]
> User-specific for installation "6.8":
>      [none]
> 
> However, the plot package only references the useful packages (plot-lib, 
> plot-gui-lib) inside the repo, but these are not used from the cloned copy.  
> How do I get these packages to be used by Racket in place of the built in 
> ones? I'd like to avoid cloning plot several times.

I think I figured it out, I need to link all sub-packages explicitely.  That 
is, I went into the plot directory and ran:

    raco pkg update --link plot-gui-lib

Alex.

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