You can try PYLIB = $(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()')
(or pack the long command line in a script). -- http://mail.python.org/mailman/listinfo/python-list
You can try PYLIB = $(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()')
(or pack the long command line in a script). -- http://mail.python.org/mailman/listinfo/python-list