MichaelAquilina / python-tools

:wrench: Atom plugin which uses jedi to provide numerous tools useful for developing python code in atom.
MIT License
100 stars 22 forks source link

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

Open biofool opened 2 years ago

biofool commented 2 years ago

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 commented 2 years ago

This is the way.

gronk-droid commented 2 years ago

this is the way

chevol commented 2 years ago

This fixed it for me, thanks!

esba1ley commented 2 years ago

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