我想在路径中添加一些 python 脚本。
我可以将 bash 脚本添加到路径中的文件夹中,然后从任何地方执行它们。当我使用 python 脚本执行此操作时,我只能在同一目录中执行它们。
例如,如果我将 test 和 test2.py 放在路径中的同一文件夹中。
这项工作:
sh test success hello world
这不会:
python test.2.py python: can't open file 'test2.py': [Errno 2] No such file or directory [Errno 2] No such file or directory