Please help to setup clojure for sublime text 3 in Windows 10.
I have problem in step "Add Leiningen to SublimeREPL Path", which is path should be instead this?
"PATH": "REPLACE_ME_WITH_LEIN_DIR:{PATH}:/usr/local/bin". I think instead 'REPLACE_ME_WITH_LEIN_DIR' can be path 'C:\Users\username.lein', which is appearead as a result of install leiningen self-install, but what should be instead /usr/local/bin? And what about other steps, whats differ?
Please help to setup clojure for sublime text 3 in Windows 10. I have problem in step "Add Leiningen to SublimeREPL Path", which is path should be instead this?
"PATH": "REPLACE_ME_WITH_LEIN_DIR:{PATH}:/usr/local/bin"
. I think instead 'REPLACE_ME_WITH_LEIN_DIR' can be path 'C:\Users\username.lein', which is appearead as a result of installleiningen self-install
, but what should be instead/usr/local/bin
? And what about other steps, whats differ?