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
...