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.
#!/usr/bin/env python
それをスクリプトの先頭に置きます。を必要とせずにコマンドラインからスクリプトを実行できるようにする必要があることを確認しましたpython programname.py。programname.py誤解がない限り、スクリプトの先頭に上記の行がある限り、使用できるはずです。これは正しいです?
python programname.py
programname.py
python「呼び出し」の最初に使用する必要があることを示すエラーが表示されるだけです。
python