gpt4 book ai didi

google-colaboratory -/bin/bash : command not found Google Colab

转载 作者:行者123 更新时间:2023-12-05 01:16:27 26 4
gpt4 key购买 nike

我正在尝试在 Google Colab 上运行一个现成的项目。当我运行 shell 时,它会出现以下错误:

/bin/bash: example.sh: command not found

我该如何解决这个问题?

最佳答案

google-colab 中运行 shell 脚本有两种选择:

1) 使用 ! 执行单个脚本:

!sh example.sh
!echo "I am your code !!!"

2) 使用 %%shell 将整个代码块作为 shell 脚本执行:

%%shell
sh example.sh
echo "You should add %% "

注意:在第二种方法中,整个 block 被解释为 shell 脚本。您不需要在每个脚本的开头使用 !

关于google-colaboratory -/bin/bash : command not found Google Colab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53618141/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com