如何安装 INim?

如何安装 INim?

我有

nim -v
Nim Compiler Version 0.18.0 [Linux: amd64]

我正在尝试安装伊尼姆

nimble install inim --verbose
Reading official package list
Downloading https://github.com/AndreiRegiani/INim using git
Cloning latest tagged version: 0.2.5
Setting Nim stdlib prefix to /home/appu/Nim
Setting Nim stdlib path to /home/appu/Nim/lib
Verifying dependencies for [email protected]
Error: Couldn't find Nim version.

我试过

which nim
/home/appu/.nimble/bin/nim

whereis nim
nim: /usr/lib/nim /etc/nim.cfg /usr/share/nim /home/appu/bin/nim /home/appu/.nimble/bin/nim /home/appu/Nim/bin/nim

我应该怎么办?

相关内容