【发布时间】:2019-03-29 01:19:58
【问题描述】:
我正在尝试在我的 ubuntu 14.04 上安装 gpu-blast (http://archimedes.cheme.cmu.edu/?q=gpublast) 并遇到此问题:
mar@mar-Lenovo-ideapad-Y700-15ISK:~/blast$ sh ./install
install: 6: install: function: not found
-ne .
-ne .
-ne .
-ne .
-ne .
-ne .
我从这里做选项 2:http://thales.cheme.cmu.edu/gpublast/README 我试过 sudo 和 chmod 但结果是一样的。
【问题讨论】:
-
function不是标准的 POSIX sh 语法;不应使用sh调用使用它的脚本。 -
...也就是说,您似乎在 gpublast 的 README 中发现了一个错误,因为它指示使用
sh运行实际上不符合 POSIX sh 标准的脚本.
标签: shell ubuntu-14.04 bioinformatics blast