# About pip & pip3.. bipbip
# Install package:
pip3 install mysql
# ReInstall package with different user:
sudo -H -u www-papa pip3 --upgrade --force-reinstall mysql
# Warnings to remember:
WARNING: The script automat-visualize is installed in '/var/www/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.