gregsh / Clojure-Kit

Clojure/ClojureScript plugin for IntelliJ-based IDEs
Other
246 stars 21 forks source link

Cannot start REPL #20

Open georgepsarakis opened 6 years ago

georgepsarakis commented 6 years ago

Hello and thanks for this nice plugin!

I have encountered a problem while trying to start the REPL, either via the shortcut (Ctrl + Enter) or from the menu Tools -> Clojure -> Start REPL.

Although Leiningen is installed and lein is accessible as an executable, I am getting an error similar to the following:

Cannot run <PROJECT NAME> REPL "lein" not found (working directory <PROJECT DIRECTORY>): error=2 No such file or directory

I have taken a look at the source code but could not find any visible issue.

Is there any additional configuration required for Leiningen specifically?

gregsh commented 6 years ago

Hi George! Do you have lein installed and in a search path, i.e. can you run lein in a terminal? Also what OS do you use?

I have taken a look at the source code but could not find any visible issue.

So is the lein executable is found on that line?

georgepsarakis commented 6 years ago

Hello @gregsh . I am using Debian 8.

I can run lein commands (lein test, lein repl etc) on the terminal without any issue.

I am not sure how else I can help you debug this, please let me know if you need further information.

alonisser commented 5 years ago

Same problem for me, with ubuntu 18.04 any workaround for this?

jeshan commented 5 years ago

Looks like it doesn't scan whole $PATH. Try moving lein to either of: