openwrtv4/scripts/pylibdir.py
Tim Yardley c517fb2ad4 bring in pylibdir.py helper
SVN-Revision: 8226
2007-07-30 14:37:09 +00:00

5 lines
206 B
Python
Executable file

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