Answers

Question and Answer:

  Home  Python Developer

⟩ How to you make a Python Script executable on Unix?

To make a Python Script executable on Unix, you need to do two things,

☛ Script file’s mode must be executable and

☛ the first line must begin with # ( #!/usr/local/bin/python)

 141 views

More Questions for you: