[Python-Dev] configure produces a non-working Makefile in some scenarios, due to ASDLGEN (original) (raw)
Vinay Sajip vinay_sajip at yahoo.co.uk
Mon Oct 29 10:34:42 CET 2012
- Previous message: [Python-Dev] configure produces a non-working Makefile in some scenarios, due to ASDLGEN
- Next message: [Python-Dev] configure produces a non-working Makefile in some scenarios, due to ASDLGEN
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ned Deily <nad acm.org> writes:
Makefile. You now have the opportunity to override the behavior at ./configure time by using the PYTHON variable to specify the path to the Python executable you want to use for the asdlc.py step, as in:
./configure ... PYTHON=/usr/bin/python2.7
Aha! Thanks for pointing that out.
Regards,
Vinay Sajip
- Previous message: [Python-Dev] configure produces a non-working Makefile in some scenarios, due to ASDLGEN
- Next message: [Python-Dev] configure produces a non-working Makefile in some scenarios, due to ASDLGEN
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]