"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, no longer maintained)
#!/usr/bin/python
Python 2.5.x
#!/opt/python-2.5/bin/python2.5
Python 2.6.x
#!/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 - 17 Sep 2009
Topic revision: r8 - 2009-09-17 - 23:27:34 - brodbd