This is a little sad, but my host has pythion3.6 as the default python, and I use python3.11 for the build.
However, all of the build scripts use `#$! ... python3` which starts 3.6. Is there any way that I can get the build process to either set he python version in the "#!" for each file (3.11) or use the python version it was built with? Otherwise, I guess I just edit all the python files in bin/, but that seems like a bad solution. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/afc78fc0-d4c4-44ba-ba96-4c2dfb02e93an%40googlegroups.com.
