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

gaia: fix python3.8 missing command, fix gaiafusion shebang #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Amar1729
Copy link

@Amar1729 Amar1729 commented Sep 24, 2023

  • Not sure when it changed, but it seems the python@3.8 formula only has a (symlink) bin/python3.8, and no python3, which is part of the reason gaia installs from this tap may have been failing (possibly it's a difference between x86/arm? not sure) I think this is actually a homebrew convention - as of the past few minor versions - versioned python formula do NOT provide an unversioned python bin
  • updated the shebang in the gaiafusion python script; it was using /usr/bin/env python3, which did not properly have gaia2 installed
  • install resource six, which gaia2.fusion depends on

I can't test on x86, but this change works for me on a M1 mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant