Open hussein opened 10 years ago
This is a issue with the Leiningen.sublime-build
, i guess its related too the install path. I'll look into it, tho i don't got a OSX machine.
I'm not sure why this line is commented: https://github.com/Foxboron/SublimeClojure/blob/master/Leiningen.sublime-build#L4 It looks like that it can solve the problem.
I'm happy to help if you need any testing.
I do most likely got enough info allready, just gotta append it too the right places and push it. I'll probably do it ASAP (when i am sober again).
I'm way to lazy. Sorry for the inconvinience.
Hi, I installed SublimeClojure on ST3, OS X. However, Lein isn't working. When trying to run it, I get:
[Errno 2] No such file or directory: 'lein' [cmd: ['lein', 'clean']] [dir: /Woho] [path: /usr/bin:/bin:/usr/sbin:/sbin]
My lein is installed via Homebrew, so it is under /usr/local/bin
How to configure the plugin to use that?
Thanks.