Clojure-Kit icon indicating copy to clipboard operation
Clojure-Kit copied to clipboard

Cannot start REPL

Open georgepsarakis opened this issue 7 years ago • 4 comments
trafficstars

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?

georgepsarakis avatar Aug 15 '18 06:08 georgepsarakis

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?

gregsh avatar Sep 06 '18 12:09 gregsh

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.

georgepsarakis avatar Sep 06 '18 17:09 georgepsarakis

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

alonisser avatar Apr 26 '19 15:04 alonisser

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

  • /usr/local/bin
  • /usr/bin

jeshan avatar Aug 10 '19 13:08 jeshan