Question
How can I upgrade pip for my application's virtual environment?
Answer
When editing an application via CloudLinux's Setup Python App module the command to enter the application's virtual environment is displayed at the top of the editing module.
Log in to the user as SSH and run the provided command. Once in the virtual environment, the following can be run to upgrade pip:
pip install --upgrade pip