当你在命令行中遇到错误 sh: 1: source: not found 时,这通常意味着 source 命令在当前的 Shell 环境中不可用。下面是一些可能的原因和解决方案: 1. 确认用户使用的操作系统环境 首先,需要确认你正在使用的操作系统和 Shell 类型。source 命令是 Bash Shell 的内置命令,因此在非 Bash Shell 中可能不可用。 2...
参考:[/bin/sh: 1: source: not found (docker)](/bin/sh: 1: source: not found (docker)) RUN /bin/bash -c “source /etc/profile” 补充: 可以执行,但是不起作用 其他 1. 2.测试可行 在~/.bashrc里面加一句source /etc/profile dockerfile语句: RUN echo “source /etc/profile” >> ~/.b...
Debian 计划在下一个发行版(代号 lenny)中也将 dash 作为默认的 /bin/sh Ubuntu系统中,默认使用的shell是/bin/dash,它不支持source命令; #执行步骤 1.运行 ls -l /bin/sh 后显示/bin/sh -> dash 这说明是用dash来进行解析的 2.命令行执行:dpkg-reconfigure dash(需要root权限) 3.在界面中选择no 4.再...
将 .env 文件复制到图像中后,尝试执行 source .env。
> vault-web-server@1.0.0 postinstall > source ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server sh: 1: source: not found npm ERR! code 127 npm ERR! path /home/ms6rb/vault-ai npm ERR! command failed npm ERR! command sh -c source ./scripts/source-me.sh && ...
51CTO博客已为您找到关于/bin/sh: 1: source: not found的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及/bin/sh: 1: source: not found问答内容。更多/bin/sh: 1: source: not found相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
21 17:55 /bin/sh -> dash # 错误 vagrant@swarm4:~/txt$ sh 1.sh 1.sh: 4: [: 1: ...
现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l `which sh` 提示/bin/sh ->dash 这说明是用dash来进行解析的。 改回方法: 命令行执行:sudo dpkg-reconfigure dash 在界面中选择no 再ls -l `which sh` 提示/bin/sh ->bash...
从上面的启动信息来看,已经说得非常清楚了,就是因为你配置了 Spring 的数据组件,但是你没有配置相应...
在编译vck190-base-trd的xvdpu时,遇到了错误"INFO:Buiding libadf.a... /bin/sh: 1: source: not found"。 在此之前,已经成功执行“make platform PFM=vck190_mipiRxSingle_hdmiTx”。 执行“make overlay PFM=vck190_mipiRxSingle_hdmiTx OVERLAY=xvdpu”时,得到下列输出,有错误"INFO:Buiding libadf.a...