Skip to main content
Typo in title
Link
Keith Thompson
  • 23k
  • 6
  • 53
  • 56

Is shebang always the same as the interpretorsinterpreter's installation directory?

retag (wow, making two new tags in the process), clean up a little
Source Link
derobert
  • 113.3k
  • 20
  • 242
  • 289

Is shebang always the same as the interpretors installation directory?

I have this question. HasMust the shebang header to be always equal tomatch the interpreter's installation directory  ? If yesso, then why do both #!/usr/bin/python and #!/usr/local/bin/python works work for me?

Is shebang always the same as interpretors installation directory?

I have this question. Has shebang header to be always equal to interpreter's installation directory  ? If yes then why both #!/usr/bin/python and #!/usr/local/bin/python works ?

Is shebang always the same as the interpretors installation directory?

Must the shebang header always match the interpreter's installation directory? If so, then why do both #!/usr/bin/python and #!/usr/local/bin/python work for me?

edited tags
Source Link
avimehenwal
  • 179
  • 2
  • 10

I have this question. Has shebang header to be always equal to interpreter's installation directory ? If yes then why both #!/usr/bin/python and #!/usr/local/bin/python works ?

I have this question. Has shebang header to be always equal to interpreter's installation directory ? If yes then why both /usr/bin/python and /usr/local/bin/python works ?

I have this question. Has shebang header to be always equal to interpreter's installation directory ? If yes then why both #!/usr/bin/python and #!/usr/local/bin/python works ?

fix typo in path
Source Link
derobert
  • 113.3k
  • 20
  • 242
  • 289
Loading
Source Link
avimehenwal
  • 179
  • 2
  • 10
Loading