is using the pip --user option as safe as creating a virtualenv?

Viewed 6831

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?

2 Answers
Related