Skip to content

Use pip install --user if not root (!6)

Matthew Feickert requested to merge feature/make-pip-update-a-function into master

In install_python.sh have the pip update use pip install --user if the command is not run as root. This shouldn't ever be an issue, but this is probably best practice.

Edited by Matthew Feickert

Merge request reports