Clojure-Kit
Clojure-Kit copied to clipboard
Cannot start REPL
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?
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?
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.
Same problem for me, with ubuntu 18.04 any workaround for this?
Looks like it doesn't scan whole $PATH. Try moving lein to either of:
- /usr/local/bin
- /usr/bin