在eshell提示中,不能传递-E选项。我以以下错误结束:
$ sudo -E gmake install
-E: command not found有没有人能解决这个问题?谢谢
发布于 2011-12-20 02:54:28
您将调用Eshell内置sudo。做一个
% which sudo要在这里查看和查看:http://www.gnu.org/s/emacs/manual/html_node/eshell/Built_002dins.html。
你可以做到
% *sudo -E gmake install来调用通常的命令。
https://stackoverflow.com/questions/8559397
复制相似问题