So far I was just trying

raco pkg install PKGNAME

where I assume the package is coming from the online repository

Thanks I'll try the github / install from local suggestion. That's exactly
the kind of thing I was looking for.

Phil

On 11 March 2016 at 10:51, Asumu Takikawa <as...@ccs.neu.edu> wrote:

> Hi Phil,
>
> On 2016-03-10 22:46:14 -0800, phil jones wrote:
> > Unfortunately it's preventing me from installing new packages with
> >
> > raco pkg install
>
> Are you saying that running `raco pkg install` with any arguments causes
> this
> issue? Or just with the package catalog?
>
> If it's the latter, you can manually download the package and install it.
> Like this:
>
>   git clone git://github.com/takikawa/drracket-vim-tool
>   raco pkg install drracket-vim-tool/
>
> (if the package source is git, otherwise you may have to download it some
>  other way)
>
> Cheers,
> Asumu
>

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