[Python-checkins] devinabox: Mention to unset CPPFLAGS to avoid system header files

brett.cannon python-checkins at python.org
Mon Sep 30 17:44:04 CEST 2013


http://hg.python.org/devinabox/rev/06d79734b291
changeset:   58:06d79734b291
user:        Brett Cannon <brett at python.org>
date:        Mon Sep 30 11:43:53 2013 -0400
summary:
  Mention to unset CPPFLAGS to avoid system header files

files:
  README |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/README b/README
--- a/README
+++ b/README
@@ -127,6 +127,7 @@
 #. Install setuptools in the venv: ``../venv/bin/python3 setup.py install``
 #. Install coverage in the venv
 #. Set PYTHONPATH to ``fullcoverage`` (need to change your directory): ``export PYTHONPATH=../coverage-N.N/coverage/fullcoverage``
+#. ``unset CPPFLAGS`` in order to avoid using system Python header files
 #. Run coverage from the venv: ``./bin/python -m coverage run --pylib -m test``
 #. Unset PYTHONPATH: ``unset PYTHONPATH``
 #. Generate coverage report: ``./bin/python -m coverage html --directory=../coverage_report -i --include="../cpython/Lib/*" --title="CPython test coverage report"``

-- 
Repository URL: http://hg.python.org/devinabox


More information about the Python-checkins mailing list