summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-07-26 15:30:23 -0700
committerGary E. Miller <gem@rellim.com>2018-07-26 15:30:23 -0700
commit7c9034fe4315e65e2df62ad2a74e715f5a13a296 (patch)
tree9592e9debd029791fa1ec662e2b8920b0b8c325b /build.txt
parentf110abd49dd69a596ff0f810f474c439f990b666 (diff)
downloadgpsd-7c9034fe4315e65e2df62ad2a74e715f5a13a296.tar.gz
build.txt: Note that PEP 294 requires /usr/bin/python exists.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt9
1 files changed, 5 insertions, 4 deletions
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