Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Shell script to run python

In the file job.sh, put this
#!/bin/sh
python python_script.py
Execute this command to make the script runnable for you : chmod u+x job.sh
Run it : ./job.sh
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Shell #script #run #python
ADD COMMENT
Topic
Name
9+9 =