Closed jayvdb closed 2 years ago
I used @asdf-vm to build py2pack, and while generating for anyconfig the .spec contained:
anyconfig
%dir /home/jayvdb/.asdf/installs/python/3.7.2/share/man/man1 /home/jayvdb/.asdf/installs/python/3.7.2/share/man/man1/anyconfig_cli.1
I suspect something is using sys.executable, and this might be fixed by using /usr/bin/python* instead, but that could create new problems.
sys.executable
/usr/bin/python*
I would prefer working Python (thus sys.executable) than non-standard setups. Hopefully you know how to use search-and-replace function of your editor.
I used @asdf-vm to build py2pack, and while generating for
anyconfig
the .spec contained:I suspect something is using
sys.executable
, and this might be fixed by using/usr/bin/python*
instead, but that could create new problems.