Changeset 3043

Show
Ignore:
Timestamp:
10/17/06 09:33:31 (18 years ago)
Author:
jerome
Message:

No need to extend the PATH in autopykota, since cupspykota does it already.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r2744 r3043  
    5757    def main(self, arguments, options) : 
    5858        """Main entry point.""" 
    59         os.environ["PATH"] = "%s:/bin:/usr/bin:/usr/local/bin:/opt/bin:/sbin:/usr/sbin" % os.environ.get("PATH", "") 
    6059        username = os.environ.get("PYKOTAUSERNAME") 
    6160        printername = os.environ.get("PYKOTAPRINTERNAME")