bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
2.03k stars 201 forks source link

build: "./configure" python3 not found but successfull #1811

Closed buhtz closed 1 month ago

buhtz commented 2 months ago

I assume the solution is easy for someone who knows bash. Using TravisCI I do see this three lines near the end of the output.

 ./configure --python=python3
Warning: "python3" not found on this computer
Replacement of python path with "python3" successful.

I don't understand enough bash to understand what is going on or what should be done. The build itself runs without further problems. I assume this is just a cosmetic thing.

buhtz commented 1 month ago

Got it and fixed it.