''' Created on 2016年4月18日 @author: lufubo ''' import sys print ("the command line arguments are:") for i in sys.argv: print (i) print ("\n\n the PYTHONPATH is\n") print (sys.path)