Skip to content

Conversation

@mrpotatogun
Copy link

Linux convention is that a single python exists as python3, but FreeBSD, likely the others allow multiple installs and explicitly call the minor so python3.9 or python3.10 or whatever pythons you have installed on your system to use. extract_assets.py hardcodes python as python3 for subsequent python scripts used by the script, this change pulls from environment setting of PYTHON to use that instead to allow setting in main Makefile or environment variable for cleaner portability

mrpotatogun and others added 2 commits July 5, 2023 19:34
whatever pythons you have installed to use. extract_assets.py hardcodes
python for subsequent scripts based on linux convention, this change pulls
from environment setting of PYTHON to use that instead to allow setting in
main Makefile or environment variable for cleaner portability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants