标签:sys mac tps path int 方法 documents tail pytho
一.找到包位置
执行python命令
然后执行: import sys print(sys.path)
就知道包在哪个目录了。
二.打开该位置(转)
方法1:command + 空格,输入关键词
方法2:通过控制台打开,跳转到指定路径 cd /Users/xp-od-m-2596/Documents
方法3:添加侧边栏
标签:sys mac tps path int 方法 documents tail pytho
原文地址:https://www.cnblogs.com/ironan-liu/p/13183657.html