安装告诉 "warning: "./...“在 linux(ubuntu 14.04 64 位下没有匹配的包”

installation tells "warning: "./..." matched no packages" under linux(ubuntu 14.04 64bit)

我遵循了此页面中的步骤:

http://nim-lang.org/download.html

当运行

cd csources && sh build.sh

我收到这个警告

~/projects/Nim$ cd csources && sh build.sh
   warning: "./..." matched no packages
   no packages to test
~/projects/Nim/csources$ 

为什么?

供参考,同样的问题在这里解决:https://github.com/nim-lang/Nim/issues/3974

在irc频道的@vegansk和@cheatfate的热心帮助下,我终于找到了问题所在: 我也有一个自定义命令叫"tr",重命名后,现在可以编译了。