The error you encounter is:
WARNING: The scripts pip, pip3 and pip3.6 are installed in '/home/umut/.local/bin' which is not on PATH.
We use the following command to solve it.
echo "export PATH=\"/home/$USER/.local/bin:\$PATH\"" >> ~/.bashrc && source ~/.bashrc
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket