In new Ubuntu server, I run the following command to install pip.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py
But