How can you make a Python script executable on Unix? Explain the process.
Hello Dipen-soni,
The script file must begin with #!/usr/bin/env python
.
How can you make a Python script executable on Unix? Explain the process.
Hello Dipen-soni,
The script file must begin with #!/usr/bin/env python
.