Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rely on PYTHON set in Makefile/environment instead of hardcoded call to python3 in extract_assets.py #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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
2 participants