-
Method 1 python 파일이 있다고 가정하십시오. hello.py 를 포함하는 job.sh 파일을 만듭니다. #!/bin/bash python hello.py $ chmod +x job.sh ← 실행 가능한 파일로 변경 $ ./job.sh ← 실행