码迷,mamicode.com
首页 > 编程语言 > 详细

python 包与模块

时间:2017-03-09 10:46:32      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:microsoft   print   dll   ros   ges   color   bsp   font   sof   

1. 打印Python当前模块的搜索路径

import sys

print (sys.path)

 

[‘D:\\work_bonc\\Python_WorkSpace\\deep learning\\TF‘,
‘D:\\work_bonc\\Python_WorkSpace‘,
‘C:\\Python35-64\\python35.zip‘,
‘C:\\Python35-64\\DLLs‘,
‘C:\\Python35-64\\lib‘,
‘C:\\Python35-64‘,
‘C:\\Python35-64\\lib\\site-packages‘]

 

后续遇到相关问题,继续追加。

python 包与模块

标签:microsoft   print   dll   ros   ges   color   bsp   font   sof   

原文地址:http://www.cnblogs.com/lyy-totoro/p/6524330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!