mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-04 16:37:15 +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())
|