"Shebang" lines for scripts on Patas
Here are the proper script headers for various interpreted languages on patas.
Bash
#!/bin/bash
Perl v5.10.0
#!/opt/perl/bin/perl
(Note: The distribution perl at /usr/bin/perl does not have the linguistics-specific modules installed.)
Python 2.4.x (deprecated)
#!/usr/bin/python
Python 2.5.x
#!/opt/python-2.5/bin/python2.5
Python 2.6
#!/opt/python-2.6/bin/python2.6
Python 3.0
#!/opt/python-3.0/bin/python3.0
Ruby 1.8.5
#!/usr/bin/ruby
--
brodbd - 15 Dec 2008
Topic revision: r6 - 2008-12-15
- brodbd