查看Python安装路径

2018-03-27  本文已影响279人  晃里晃荡

Python2.7

import sys
print sys.path

Python3.0

import sys
print(sys.path)

上一篇下一篇

猜你喜欢

热点阅读