ubuntu系统shell 中source: not found错误

Posted 朱诸

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu系统shell 中source: not found错误相关的知识,希望对你有一定的参考价值。

错误: shell脚本中含有source命令运行时提示 source: not found

    • 测试: 
      运行 ls -l /bin/sh 后显示/bin/sh -> dash 
      这说明是用dash来进行解析的。

    • 解决方案: 
      命令行执行:dpkg-reconfigure dash(需要root权限) 
      在界面中选择no 
      再运行ls -l /bin/sh 后显示/bin/sh -> bash






以上是关于ubuntu系统shell 中source: not found错误的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu中使用source报错处理办法

source command not found in sh shell解决办法

shell脚本中source文件出错

Linux中source命令的使用方式

source 和Bioconductor R包安装报错no internet connection?无法联网

关于shell指令source的,急!!!