Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该程序应在启动时运行。nano操作系统(jet-pack)也不允许自动登录。我试图将脚本放入其启动文件,但程序无法启动。
nano
(jet-pack)
在 cron 作业中运行你的脚本。
sudo crontab -e * * * /usr/bin/python my_script.py
这将使您的脚本在启动时运行。
请在脚本中提供完整路径以无错误运行