JonyEpsilon / lein-gorilla

A leiningen plugin for the Gorilla REPL
MIT License
34 stars 22 forks source link

Won't work on the Mac #1

Closed andrescorrada closed 10 years ago

andrescorrada commented 10 years ago

I try "lein gorilla" but it exits out after saying ctrl-c exits out.

JonyEpsilon commented 10 years ago

Are you trying to run it outside of a project, by adding an entry to your profiles.clj file? There's a bug with that method of running it currently which behaves in the way you describe https://github.com/JonyEpsilon/gorilla-repl/issues/94

The workaround is to run gorilla from inside a leiningen project. I'm planning to rework the way Gorilla interacts with projects for the next release, and plan to fix this bug.

andrescorrada commented 10 years ago

Thank you. Yes that was it. It now runs when I call it inside a project.

JonyEpsilon commented 10 years ago

Good, thanks for letting me know.