You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在linux下运行会报出/usr/bin/env: ‘sh\r’: No such file or directory
解决方法为修改文件格式
使用vi/vim编辑器打开mcl文件,
则修改其格式为unix输入:set ff=unix
再输入:wq保存并退出
参考链接为https://zhuanlan.zhihu.com/p/356053494
The text was updated successfully, but these errors were encountered:
在linux下运行会报出
/usr/bin/env: ‘sh\r’: No such file or directory
解决方法为修改文件格式
使用
vi/vim
编辑器打开mcl文件,则修改其格式为
unix
输入:set ff=unix
再输入
:wq
保存并退出参考链接为https://zhuanlan.zhihu.com/p/356053494
The text was updated successfully, but these errors were encountered: