Skip to content

Instantly share code, notes, and snippets.

@dotemacs
Created June 17, 2019 08:43
Show Gist options
  • Save dotemacs/16ee9aca8b359f12a5d8d0d1c66959f8 to your computer and use it in GitHub Desktop.
Save dotemacs/16ee9aca8b359f12a5d8d0d1c66959f8 to your computer and use it in GitHub Desktop.
#!/bin/sh
fullpath=/Users/alex/dev/cljr/install-with-nuget/Clojure.1.9.0/all/net40
exe=Clojure.Main.exe
cd ${fullpath} && mono ${exe}
@dotemacs
Copy link
Author

dotemacs commented Jun 17, 2019

Just because it says "install-with-nuget" in the path, ignore it.

You can install via nuget or build from source, the result is the same, you have to cd into the directory where the .exe is in order to run it. It's a linking issue that's known for the past five years.

See: https://clojure.atlassian.net/projects/CLJCLR/issues/CLJCLR-48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment