Это видео недоступно.
Сожалеем об этом.

How to automatically run a python program on startup in Linux

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2021
  • In this video, I will show how to automatically run a python program on startup of Linux, Raspberry pi, or Nvidia Jetson nano. This is mostly used for robotics projects or any project that needs an automatically running python program on startup.
    how to automatically run a python script on startup in Linux
    If you haven't subscribed yet
    Subscribe to my channel - / @priotx
    I mostly use this for robotics projects so that the robot program will run automatically on reboot and startup.
    This is mostly used for robotics or any projects that need automatically running on startup, we can use this in raspberry pi or jetson nano that you what to run automatically on startup
    GitHub Link - github.com/Mel...
    Join our Robotics Community - forms.gle/3arV...
    for joining the community in Telegram and discord
    How to automatically run a python script on startup in Linux
    How to automatically run a python script on startup in Raspberry pi
    How to automatically run a python program on startup in Linux
    automatically run a python program
    automatically run a python program in Linux
    python tutorial
    python programming

Комментарии • 18

  • @priotx
    @priotx  2 года назад +2

    If this video helped you , please subscribe to my channel

    • @path6723
      @path6723 2 года назад +1

      Nice video, very useful!

    • @priotx
      @priotx  2 года назад

      thank you 😀

  • @philippeprovencher2700
    @philippeprovencher2700 2 года назад +1

    Thank you so much! I searched how to do this for 2 hours until I finally came across your RUclips tutorial!

    • @priotx
      @priotx  2 года назад

      Gald you liked the video

  • @manulaprasajiththennakoon8410
    @manulaprasajiththennakoon8410 2 года назад

    🔥🔥

  • @ihebchhaibi4831
    @ihebchhaibi4831 2 года назад +1

    good job thank you
    can I run more than one instruction on starting I'm using a detection object project on jetson nano

    • @priotx
      @priotx  2 года назад

      good to know , that this video is helping people , I also used this method to run computer vision and when i was making robots using jetson nano or raspberry pi

  • @Krishna-yu5hc
    @Krishna-yu5hc Год назад

    If I run open cv , will it show trackbar for hsv selection and show Image capture by camera (python code)

    • @priotx
      @priotx  Год назад

      Yes I think it should show both ,try it

  • @leilaghasemzade5880
    @leilaghasemzade5880 2 года назад

    Hello, thanks for the tut. I want to run automatically the yolov3 (object detection) on jetson agx Xavier. I did what you’ve done (the first method), but the script didn’t run. Would you please help me through it? Is it necessary to install or import any extra libraries related to this automatic issue into my env or script?

    • @priotx
      @priotx  2 года назад

      did you try the second method , first create a shell script to run the python program and make sure that the shell script is working by just running it in the terminal using the command - ./name.sh , then add it to the startup of Linux.

    • @priotx
      @priotx  2 года назад

      also do not forget to subscribe

    • @priotx
      @priotx  2 года назад

      did you get it working

    • @leilaghasemzade5880
      @leilaghasemzade5880 2 года назад

      @@priotx I sent you email, would you please chcek

    • @leilaghasemzade5880
      @leilaghasemzade5880 2 года назад

      @@priotx Thank you

  • @Alim7105
    @Alim7105 Год назад

    is it also applicable for python script with sudo access without inputting password?

    • @priotx
      @priotx  Год назад

      You can remove sudo permission completely to not puting the password when sudo is run in command line , there is a way to do that just search in google