In attempting to install a python module I got the error code:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.7/dist-packages/twilio' Consider using the --user option or check the permissions.
I searched for the error message, and found several solutions to try. One of them is to just use sudo, although this is marked as "not recommended".
Why isn't it a good idea to use sudo to install a package in a directory my user doesn't own?