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

macOS install #9074

Open
BenjaminDEMAILLE opened this issue Jan 13, 2025 · 1 comment
Open

macOS install #9074

BenjaminDEMAILLE opened this issue Jan 13, 2025 · 1 comment

Comments

@BenjaminDEMAILLE
Copy link

BenjaminDEMAILLE commented Jan 13, 2025

Hi ! How can install on macOS with python3.
After install it's still looking for python instead of python3

benjamin@MacBook-Pro-de-Benjamin ~ % /opt/homebrew/bin/gatk/build/resources/main/gatk
env: python: No such file or directory

How can I solve it ? or is it possible for you to refer to python as python3?

@lbergelson
Copy link
Member

There are a few options. You can always just download the zip file from our releases page, unzip it and hopefully things just work. I think it will probably have the same issue though.

I would probably recommend adding a symlink to your system that redirects python -> python3. The other option is to just open up the gatk launch script (it's just called gatk) in a text editor and change the shebang at the top from

#!/usr/bin/env python
to
#!/usr/bin/env python3

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

No branches or pull requests

2 participants