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

python-tools was unable to find your machine's python executable. #291

Open
biofool opened this issue Mar 18, 2022 · 4 comments
Open

python-tools was unable to find your machine's python executable. #291

biofool opened this issue Mar 18, 2022 · 4 comments

Comments

@biofool
Copy link

biofool commented Mar 18, 2022

Docs say that python3 is the default so I expected I did not need a python binary in the path as there is a python setting in the package which was correct.
Resolved by ➜

➜ which python
python not found
➜ which python3
/usr/local/bin/python3
➜ sudo ln -s /usr/local/bin/python{3,}

@peterlada
Copy link

This is the way.

@gronk-droid
Copy link

this is the way

@chevol
Copy link

chevol commented May 17, 2022

This fixed it for me, thanks!

@esba1ley
Copy link

Also note this comment, showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.

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

5 participants