python-tools
python-tools copied to clipboard
python-tools was unable to find your machine's python executable.
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,}
This is the way.
this is the way
This fixed it for me, thanks!
Also note this comment, showing the differences in the environment picked up by Atom depending on how it is launched under MacOS.