Closed SpheMakh closed 9 years ago
It would be better to look at the system PATH. That is, use #!/usr/bin/env python instead of #!/usr/bin/python.
#!/usr/bin/env python
#!/usr/bin/python
It would be better to look at the system PATH. That is, use
#!/usr/bin/env python
instead of#!/usr/bin/python
.