Thanks. When I run the planet install it does appear to work. Running raco pkg install functional
also appears to work, but I still see an error scratch.rkt:5:9: collection not found for module path: functional/better-monads collection: "functional" in collection directories: /home/kec/.racket/6.9/collects /usr/racket/collects ... [170 additional linked and package directories] context...: show-collection-err standard-module-name-resolver [repeats 1 more time] Are these installations supposed to place the collection folder somewhere racket can find it? - keccak On Wednesday, May 31, 2017 at 9:52:23 PM UTC-4, Matthias Felleisen wrote: > There is a ‘functional’ package on the Package server. Try that for now? It’s > possible that Planet went off-line. > > > > On May 31, 2017, at 9:44 PM, [email protected] wrote: > > > > Probably a basic question, but when I run: > > > > raco planet install toups functional.plt 1 1 > > > > to install a package, I still get an error for the 2-line script > > > > #lang racket > > (require functional) > > > > that this collection is not found in /usr/racket/collects/ > > > > I have run every other seemingly related command I can find online such as > > "raco setup functional.plt", etc, but I can't figure out what the normal > > workflow is to install a package. Racket can never seem to find it. > > > > - keccak > > > > -- > > 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 [email protected]. > > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

