Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的に私がやりたいのはdoPythonというファイルを作成することで、このファイルで次のコマンドを実行します。
python myFile.py data.txt
グーグルといくつかのスクリプトを試しましたが、うまくいかないようです。「試してみると、そのようなファイルやディレクトリはありません。
#!/usr/bin/env python python myFile.py data.txt
#!/usr/bin/env pythonスクリプトはPythonインタープリターで実行されると言っています。電話するshか、bash:
#!/usr/bin/env python
sh
bash
#!/bin/sh python myFile.py data.txt