From 9f4301bfa7d8ff8a60d85149463a44101698c635 Mon Sep 17 00:00:00 2001 From: Steve Chaplin <> Date: Sun, 19 Sep 2010 14:34:47 +0800 Subject: Add note to INSTALL to cover situation where python 2 and 3 are both installed. --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 19a3a38..14357b8 100644 --- a/INSTALL +++ b/INSTALL @@ -6,6 +6,10 @@ $ ./waf configure # use --prefix and --libdir if necessary $ ./waf build $ ./waf install +Use +$ python3 ./waf ... +if you have python2 and python3 installed, and the default is python 2. + Testing ------- -- cgit v1.2.3