gpt4 book ai didi

linux - bash shell sys.path.append 问题

转载 作者:太空宇宙 更新时间:2023-11-04 09:55:49 26 4
gpt4 key购买 nike

我是 Linux shell 的新手。有谁知道我为什么会收到以下错误?

[root@localhost src]# sys.path.append('/usr/local/folder1/');
bash: syntax error near unexpected token `'/usr/local/folder1/''

最佳答案

因为那不是正确的 bash 语法。你应该写的是:

PATH=${PATH}:/usr/local/folder1

关于linux - bash shell sys.path.append 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4756424/

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