You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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],))
|
|
|