Does installing packages in the home directory of a user with pip install --user provide the same level of protection against system-breaking changes as using a virtualenv?
Does installing packages in the home directory of a user with pip install --user provide the same level of protection against system-breaking changes as using a virtualenv?