[code.view]

[top] / python / PyMOTW / sys / sys_locations.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2009 Doug Hellmann All rights reserved.
     #
     """
     """
     #end_pymotw_header
     
     import sys
     
     print 'Interpreter executable:', sys.executable
     print 'Installation prefix   :', sys.prefix
     

[top] / python / PyMOTW / sys / sys_locations.py

contact | logmethods.com