I'm trying to use at command in the following,
at 19:32 04/02/2015 < /usr/bin/python /home/myscript.py
But I get the error
syntax error. Last token seen: /
Garbled time
I'd like to run the script directly from shell without having to placing the python command in a .sh script and using at -f python.sh