LoginSignup
3
3

More than 3 years have passed since last update.

Raspberry PiでPythonファイルを自動起動させる

Posted at

やること

タイトル通り

やり方

  1. ラズパイに入っているエディタで/etc/rc.localを開く
    sudo thonny /etc/rc.local

  2. exit 0の上に実行したいコマンドを書く

sudo python3 PathToFile

exit 0

以上

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3