nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.43k stars 1.47k forks source link

Consider xorg.freedesktop.org (~/.local/bin) installation by default with choosenim #20484

Closed rwxrob closed 1 year ago

rwxrob commented 1 year ago

Summary

Normally such things are installed under ~/.local/bin under modern desktop configuration conventions. This would only be for choosenim. Perhaps it could be changed or selected during installation.

Description

See title and summary.

Alternatives

No response

Standard Output Examples

No response

Backwards Compatibility

No response

Links

No response

beef331 commented 1 year ago

Issue should be made here. Even though most people use choosenim to install Nim it's not officially apart of the Nim tooling.

dom96 commented 1 year ago

This won't happen because choosenim depends on Nimble's installation structure. You can suggest changing it in Nimble but it won't be an easy change so IMO not worth the effort.