Skip to content

Instantly share code, notes, and snippets.

@ayuLiao
Created December 20, 2018 12:21
Show Gist options
  • Save ayuLiao/31dd029c76d25da595b43deaf39ed27d to your computer and use it in GitHub Desktop.
Save ayuLiao/31dd029c76d25da595b43deaf39ed27d to your computer and use it in GitHub Desktop.
查看当前python使用第三方库的路径
from distutils.sysconfig import get_python_lib
print(get_python_lib())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment