module_using_sys.txt 262 B

12345678910111213
  1. $ python module_using_sys.py we are arguments
  2. The command line arguments are:
  3. module_using_sys.py
  4. we
  5. are
  6. arguments
  7. The PYTHONPATH is ['/tmp/py',
  8. # many entries here, not shown here
  9. '/Library/Python/2.7/site-packages',
  10. '/usr/local/lib/python2.7/site-packages']