Set PATH for Python PIP on fish shell
If you want to install Python packages and run them as a command on Linux fish-shell, it gives an error: "xxx command not found". The problem with Linux is that pip install ... drops scripts into ~/.local/bin and this is not on the default Debian/Ub...
Dec 23, 20221 min read533
