python查看安装路径2019-11-20 本文已影响0人 圣堂刺客_x 方法1:在环境变量中查看有哪些默认的路径 import sys print(sys.path) 方法2:查看可执行文件的位置 print(sys.executable)