jasongilman / SublimeClojureSetup

Sublime Text Clojure Workflow and Setup
88 stars 10 forks source link

Instructions for Windows #5

Open rimlin opened 8 years ago

rimlin commented 8 years ago

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?