Shell脚本:从Shell脚本中执行python程序

Shell脚本:从Shell脚本中执行python程序,第1张

Shell脚本:从Shell脚本中执行python程序

只需确保python可执行文件在PATH环境变量中,然后在脚本中添加

python path/to/the/python_script.py

细节:

  • 在文件job.sh中,放入
#!/bin/shpython python_script.py
  • 执行此命令以使脚本可运行
    chmod u+x job.sh
  • 运行 :
    ./job.sh


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5616558.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存