Output system parameter: PYTHONPATH path by path : System Variables : System : Python examples (example source code) Organized by topic

C++
PHP
Python


Python  »  System   » [  System Variables  ]  Screenshots 
 



Output system parameter: PYTHONPATH path by path

import os
import string
for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
   print dir

           
       
Related examples in the same category
1.  List system variable keys and set a system parameter key
2.  Output USER in your system
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.