pylibdir.py 206 B

12345
  1. # Note #! intentionally left out. This should be called with the version of
  2. # python you care about.
  3. import sys
  4. print ("/usr/lib/python%s.%s/site-packages" % (sys.version_info[0], sys.version_info[1],))