From 7c9034fe4315e65e2df62ad2a74e715f5a13a296 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 26 Jul 2018 15:30:23 -0700 Subject: build.txt: Note that PEP 294 requires /usr/bin/python exists. --- build.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'build.txt') diff --git a/build.txt b/build.txt index e28ec2d2..36c8de8f 100644 --- a/build.txt +++ b/build.txt @@ -22,10 +22,11 @@ these lines will do, and need to be run as root: If you get any errors, you need to read the detailed instructions that follow. If 'scons' fails, it is possible that your target system has moved to -Python 3 and removed the program 'python'. Python.org says that if you -have an installed Python, there should be a program in your path called -'python'. This rule is not always followed. You can work around -this by linking python3 to python like this +Python 3 and removed the program 'python'. Python.org says that if +you have an installed Python, there should be a program in your path +called 'python'. This is specified in PEP 394. This rule is not always +followed. You can work around this by linking python3 to python like +this ln -s /usr/bin/python3 /usr/bin/python -- cgit v1.2.1