[Biopython-dev] [Bug 2269] New: Shebang (hashbang) lines need cleanup

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Apr 11 16:17:42 UTC 2007


http://bugzilla.open-bio.org/show_bug.cgi?id=2269

           Summary: Shebang (hashbang) lines need cleanup
           Product: Biopython
           Version: Not Applicable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main Distribution
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: chris.lasher at gmail.com


The shebang/hashbang (i.e., "#!/usr/bin...") lines in the Biopython scripts
need to be tidied up. Currently there are 8 different shebang variations in the
Biopython library:

#! /usr/bin/env python
#!/usr/bin/env python
#!/usr/bin/env python2.3
#! /usr/bin/python
#!/usr/bin/python
#!/usr/bin/python 
#!/usr/bin/python -i
#!/usr/bin/python -OO

I propose to move these all to the following standard Python form:
#!/usr/bin/env python


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list