]> arthur.barton.de Git - bup.git/blobdiff - README.md
wvtest.py: set wvtest to wvtest module if __main__
[bup.git] / README.md
index 7eb4c2dc8c5cef4954b6936eee07fba46fe1db3b..01c2e5dec649326161d579f95eb29eee8e0fa387 100644 (file)
--- a/README.md
+++ b/README.md
@@ -154,6 +154,12 @@ From source
 
         make install DESTDIR=/opt/bup PREFIX=''
 
+ - The Python executable that bup will use is chosen by ./configure,
+   which will search for a reasonable version unless PYTHON is set in
+   the environment, in which case, bup will use that path.  You can
+   see which Python executable was chosen by looking at the
+   configure output, or examining cmd/python-cmd.sh, and you can
+   change the selection by re-running ./configure.
 
 From binary packages
 --------------------