mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 18:12:13 +08:00
5 lines
90 B
Python
5 lines
90 B
Python
#!/usr/bin/python
|
|
|
|
from distutils.sysconfig import get_python_lib
|
|
print(get_python_lib())
|