I had a need to run the "bt" command in a terminal so I could execute the "fix" script.
Whilst doing so, I noticed the following warning:
WARNING: You are using pip version 20.1.1; however, version 22.0.4 is available
You should consider upgrading via the '/www/server/panel/pyenv/bin/python3.7 -m pip install --upgrade pip' command.
Whilst I can go to that path and run that command, is it advised to do so, or will I break panel functionality if I do?