]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/random-cmd.py
Prefer python 3, and mention intent to drop python 2 support
[bup.git] / lib / cmd / random-cmd.py
index 086dfff382bba2f12ddcfd5ce86e85954989657a..1dd1ff3f720976d7a984c62908fb6f9f681df9df 100755 (executable)
@@ -9,7 +9,7 @@ for arg in "$@"; do
     arg_i=$((arg_i + 1))
 done
 # Here to end of preamble replaced during install
-bup_python="$(dirname "$0")/bup-python" || exit $?
+bup_python="$(dirname "$0")/../../config/bin/python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble