Generate a shell script that sets the correct environment for python

This commit is contained in:
Guilhem Lavaux 2012-11-01 17:37:56 -04:00
parent 430d938401
commit e91ac15004

3
external/detect_site.py vendored Normal file
View file

@ -0,0 +1,3 @@
import sys
from distutils.sysconfig import get_python_lib
print(get_python_lib(prefix=sys.argv[1]))