Fork me on GitHub
#cursive
<
2023-12-06
>
henryw37410:12:54

I am running cursive in a location with no outside internet access. I have managed to get lein and deps projects working by following error messages and installing them at the locations cursive expects, e.g. ~/deps.clj/.... this is not ideal... I think there used to be an option just to point to location of the clojure script, or a jar or something. please bring it back

henryw37410:12:14

or even better... just bundle these to use as a fallback if cursive cannot access the internet. the versions don't generally matter as long as they're not super old

cfleming22:12:56

I’ll look into this. I’m not sure about bundling both of them just for the odd occasion that that’s required, but I agree that some way to set it up easily would be a good idea.

henryw37409:12:37

it is expected. there are various incarnations, but one is a locked-down coder environment. I can download lein and deps.clj from internal sites/repos that pull from github, clojars etc - but for github especially its not just a matter of changing the host name. but this situation is a bit of a moving target - for example at times I have had more access on a non-dev machine than on a dev machine - so I would have to download things on the non dev machine, then scp them over to the dev box.