查看Python安装路径2018-03-27 本文已影响279人 晃里晃荡 Python2.7 import sys print sys.path Python3.0 import sys print(sys.path)