diff mbox series

README: add a paragraph for specifying python interpreter

Message ID 20190411104214.18828-1-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show
Series README: add a paragraph for specifying python interpreter | expand

Commit Message

Wei Liu April 11, 2019, 10:42 a.m. UTC
It is reported in Linux From Scratch there isn't necessarily a
`python`.  Add a paragraph to tell users how to specify a path to a
python interpreter.

Reported-by: Kevin Buckley <kevin.buckley.ecs.vuw.ac.nz@gmail.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
CC: Kevin Buckley <kevin.buckley.ecs.vuw.ac.nz@gmail.com>
---
 README | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/README b/README
index 23e4f7c3dc..4747192a61 100644
--- a/README
+++ b/README
@@ -181,6 +181,12 @@  Various tools, such as pygrub, have the following runtime dependencies:
           URL:    http://www.python.org/
           Debian: python
 
+Note that the build system expects `python` to be available. If your system
+only has `python2` or `python3` but not `python` (as in Linux From Scratch),
+you will need to specify a path to a python interpreter when running configure:
+
+    PYTHON=/path/to/python/interpreter ./configure
+
 Intel(R) Trusted Execution Technology Support
 =============================================