Created
December 20, 2018 12:21
-
-
Save ayuLiao/31dd029c76d25da595b43deaf39ed27d to your computer and use it in GitHub Desktop.
查看当前python使用第三方库的路径
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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