![]() | In method 1, the interpreter to be used is specified in the first line |
![]() | Explicit path to the interpreter:
#!/usr/local/bin/pythonor perhaps your own Python interpreter: #!/home/hpl/projects/scripting/Linux/bin/python |
![]() | Using env to find the first Python interpreter in the path:
#!/usr/bin/env python |