Results 1 to 2 of 2

Thread: Schedule Python task with gnome-schedule

  1. #1
    Join Date
    Nov 2012
    Beans
    2

    Schedule Python task with gnome-schedule

    Hi All,

    I'd need to trigger a Python script in gnome-schedule with a .sh file, as following:

    #!/usr/bin/env python
    chmod +x mypythonfile
    ./mypythonfile

    but this .sh doesn't work. Shall I use X application when selecting the command? Also, the python script and the .sh have to be located anywhere specific? Any suggestions will be much appreciated.

    Cheers.

  2. #2
    Join Date
    Nov 2012
    Beans
    2

    Re: Schedule Python task with gnome-schedule

    Found a solution to this, simply by inserting the command line in gnome schedule.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •