zz22 发表于 2017-4-20 11:59:31

python笔记

  1.查询安装路径
  from distutils.sysconfig import get_python_lib
  print(get_python_lib())
页: [1]
查看完整版本: python笔记