python-tools icon indicating copy to clipboard operation
python-tools copied to clipboard

SOLVED: Spawn Path Error on Start Up

Open DavidEBrumbaugh opened this issue 3 years ago • 1 comments

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

DavidEBrumbaugh avatar Aug 04 '21 02:08 DavidEBrumbaugh

Thanks! It works.

Neur0z avatar Sep 27 '21 21:09 Neur0z