python-tools
python-tools copied to clipboard
SOLVED: Spawn Path Error on Start Up
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
Thanks! It works.