mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
7 lines
113 B
Python
7 lines
113 B
Python
from distutils.sysconfig import get_python_lib
|
|
import site
|
|
|
|
print get_python_lib()
|
|
|
|
print site.getsitepackages()
|