generated at
Nimのインストール
Nimのインストール
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
インストール先は ~/.nimble
export PATH=$HOME/.nimble/bin:$PATH .bashrc に追記
bashを起動しなおして次のコマンドを実行できればOK
$ nim -v
> Nim Compiler Version 0.19.4 Linux: amd64
$ nimble -v
> nimble v0.9.0 compiled at 2019-03-27 14:15:03