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

SOLVED: Spawn Path Error on Start Up #266

Open DavidEBrumbaugh opened 3 years ago

DavidEBrumbaugh commented 3 years ago

I noticed that the author is no longer maintaining this package. I began having this package fail at start up because it couldn't find the python path, even though I specified the exact path. I went through the code. It's looking for "python" - Not "python3" Not "python38" I'm on Ubuntu I created a symlink and the problem went away

ln -s /usr/bin/python3 /usr/bin/python

Neur0z commented 2 years ago

Thanks! It works.