I want to install pip. It should support Python 3, but it requires setuptools, which is available only for Python 2.
How can I install pip with Python 3?
I was able to install pip for python 3 on Ubuntu just by running sudo apt-get install python3-pip.
sudo apt-get install python3-pip