I was trying to upgrade pip and in some examples, I saw --user flag as in here indicating python3 -m pip install --user --upgrade pip. I have never used this flag before, and If I use it now, what would it change?
I read this article from the home page of pip documentation. It is still not clear to me, what is the benefit of this?