Was $HOME/.local/bin
added to the PATH by default for Ubuntu 18.04?
I can't remember if it was, but I've just done a fresh installation of 19.04 and it definitely isn't.
The reason I ask is that pip install --user
puts Python executables in $HOME/.local/bin
so they won't work without additional configuration.
I wanted to know if there was some configuration step I missed before I start messing with my .bashrc
file.