def find_DST():
"""Find where this package should be installed to.
"""
if SYS_NAME == "Windows":
return os.path.join(site.getsitepackages()[1], PKG_NAME)
elif SYS_NAME in ["Darwin", "Linux"]:
return os.path.join(site.getsitepackages()[0], PKG_NAME)
zzz_manual_install.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录