Re: [racket-users] raco install says it is already there, raco setup says it doesn't exist ...

2015-11-12 Thread Sam Tobin-Hochstadt
You can set up a package, as opposed to a collection, with `raco setup
--pkgs liquid-extensions`.

Sam

On Thu, Nov 12, 2015 at 2:27 AM Alex Knauth  wrote:

> As far as I know, raco setup doesn't deal with packages, but with
> collections. Assuming the `liquid-extensions` packages provides files in
> the collection `liquid`, does `raco setup liquid` do what you want?
>
> (If you haven't seen it, this might be helpful:
> http://blog.racket-lang.org/2015/08/modules-packages-and-collections.html)
>
> Alex Knauth
>
> > On Nov 12, 2015, at 2:17 AM, thomas.lynch <
> thomas.ly...@reasoningtechnology.com> wrote:
> >
> > would some kind person clue me in to the raco setup syntax?  When I try
> to install this, it tells me it is there.  When I run setup it says it
> doesn't exist .. I must be missing a switch or something?
> >
> >
> > §lambda1:/home/deep/liquid-extensions> raco pkg install
> > raco pkg install: package is already installed
> >  package: liquid-extensions
> >
> > §lambda1:/home/deep/liquid-extensions> raco setup liquid-extensions
> > collection-path: collection not found
> >  collection: "liquid-extensions"
> >  in collection directories:
> >   /home/mordecai/.racket/6.1/collects
> >   /usr/share/racket/collects
> >   ... [151 additional linked and package directories]
> >
> > §lambda1:/home/deep/liquid-extensions> raco setup .
> > raco setup: bad collection path: .
>
> --
> 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.


Re: [racket-users] raco install says it is already there, raco setup says it doesn't exist ...

2015-11-11 Thread Alex Knauth
As far as I know, raco setup doesn't deal with packages, but with collections. 
Assuming the `liquid-extensions` packages provides files in the collection 
`liquid`, does `raco setup liquid` do what you want?

(If you haven't seen it, this might be helpful: 
http://blog.racket-lang.org/2015/08/modules-packages-and-collections.html)

Alex Knauth

> On Nov 12, 2015, at 2:17 AM, thomas.lynch 
>  wrote:
> 
> would some kind person clue me in to the raco setup syntax?  When I try to 
> install this, it tells me it is there.  When I run setup it says it doesn't 
> exist .. I must be missing a switch or something?
> 
> 
> §lambda1:/home/deep/liquid-extensions> raco pkg install
> raco pkg install: package is already installed
>  package: liquid-extensions
> 
> §lambda1:/home/deep/liquid-extensions> raco setup liquid-extensions
> collection-path: collection not found
>  collection: "liquid-extensions"
>  in collection directories:
>   /home/mordecai/.racket/6.1/collects
>   /usr/share/racket/collects
>   ... [151 additional linked and package directories]
> 
> §lambda1:/home/deep/liquid-extensions> raco setup .
> raco setup: bad collection path: .

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


[racket-users] raco install says it is already there, raco setup says it doesn't exist ...

2015-11-11 Thread thomas.lynch
would some kind person clue me in to the raco setup syntax?  When I try to 
install this, it tells me it is there.  When I run setup it says it doesn't 
exist .. I must be missing a switch or something?


§lambda1:/home/deep/liquid-extensions> raco pkg install
raco pkg install: package is already installed
  package: liquid-extensions

§lambda1:/home/deep/liquid-extensions> raco setup liquid-extensions
collection-path: collection not found
  collection: "liquid-extensions"
  in collection directories:
   /home/mordecai/.racket/6.1/collects
   /usr/share/racket/collects
   ... [151 additional linked and package directories]

§lambda1:/home/deep/liquid-extensions> raco setup .
raco setup: bad collection path: .

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