pypia: command not found
JavaScriptDude opened this issue · 0 comments
JavaScriptDude commented
Playing with Ubuntu Gnome today and installed pypia but command cannot be found (from shell):
pypia: command not found
The issue is related to an OS bug where ~/.local/bin is not in the PATH for the user. Of course it would be best to just add ~/.local/bin to PATH but the quick workaround would be to execute as follows:
$ ~/.local/bin/pypia -i
Another alternative would be to get pypia.py from github and run:
$ python3 pypia.py -i
That's it, just though I would help others from stumbling on this.