Is there a way to make pip install always run as if I gave the --user command? I have to type it every time, especially when copying commands from instructions, and it is tedious to do. I don't really see a good reason to ever install things as root when I can just install with --user.
Configuration is preferred to simple bash alias.