>>> import geohash
>>> sys.path
['', 'D:\\Program Files\\python313\\python313.zip', 'D:\\Program Files\\python313\\DLLs', 'D:\\Program Files\\python313\\Lib', 'D:\\Program Files\\python313', 'C:
\\Users\\metoo\\AppData\\Roaming\\Python\\Python313\\site-packages', 'D:\\Program Files\\python313\\Lib\\site-packages']
>>> import geohash
>>> geohash.__file__
'D:\\workspace\\github\\mapzen-geohash\\mzgeohash\\geohash.py'
sys.path里面明明没有'D:\\workspace\\github\\mapzen-geohash\\mzgeohash\\geohash.py'目录
但是为啥
import geohash之后
>>> geohash.__file__
'D:\\workspace\\github\\mapzen-geohash\\mzgeohash\\geohash.py'
里面有这个目录呢
--
FROM 183.195.87.*