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.55k stars 1.47k forks source link

Error in `install_nimble.nims` #3685

Closed andreaferretti closed 8 years ago

andreaferretti commented 8 years ago

The script to install nimble is now broken with the new release 0.7.0 of nimble.

If nimble is installed through the script, it is not able to load nimscript resources. In particular, this failure can be shown by running nimble install nimble@#head.

The script should be fixed to follow the procedure outlined in the README

Araq commented 8 years ago

I fixed it, but it needs more testing.

andreaferretti commented 8 years ago

Great! Works for me (on Ubuntu 15.04)