0 votes
in Python by
Explain how can you make a Python Script executable on Unix?

1 Answer

0 votes
by
Script file must begin with #!/usr/bin/env python

Related questions

0 votes
asked May 9, 2021 in Linux by sharadyadav1986
0 votes
asked Feb 11, 2021 in Python by SakshiSharma
...