"python3.11 setup.py [...]“ is exactly what I do, but the built files in bin/ have: ``` ~/s3ql/s3ql-5.1.3 # egrep "^#!" bin/* bin/fsck.s3ql:#!/usr/bin/env python3 bin/mkfs.s3ql:#!/usr/bin/env python3 bin/mount.s3ql:#!/usr/bin/env python3 bin/s3ql_oauth_client:#!/usr/bin/env python3 bin/s3ql_verify:#!/usr/bin/env python3 bin/s3qladm:#!/usr/bin/env python3 bin/s3qlcp:#!/usr/bin/env python3 bin/s3qlctrl:#!/usr/bin/env python3 bin/s3qllock:#!/usr/bin/env python3 bin/s3qlrm:#!/usr/bin/env python3 bin/s3qlstat:#!/usr/bin/env python3 bin/umount.s3ql:#!/usr/bin/env python3 ```
On Thursday, April 18, 2024 at 6:36:31 PM UTC+10 Nikolaus Rath wrote: > Hello, > > Which "build scripts" do you mean? You can just call "python3.x setup.py > [...]“ explicitly, and the files that this installs should use the same > interpreter automatically. > > Best, > Nikolaus > > On Thu, 18 Apr 2024, at 07:42, [email protected] wrote: > > 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 > > <https://groups.google.com/d/msgid/s3ql/afc78fc0-d4c4-44ba-ba96-4c2dfb02e93an%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- 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/b4f40505-39bc-4d9f-a812-382362d7db76n%40googlegroups.com.
