@@ -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
=============================================
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(+)