I successfully installed Python3's Pip and SetupTool packages by:
sudo apt-get install python3-pip
but when I try to download/install any package for Python3 by:
pip install
It says that I don't have
python-pip
. It looks like OS's default is Python2 but I don't want to use it or install packages for it. How can I use my installed Python3-pip and change system's default to Python3?
PS:
Should I uninstall Ubuntu's default Python2? Would it help at all?
Asked by Vynylyn
(85 rep)
May 28, 2015, 08:26 PM
Last activity: May 29, 2015, 04:10 AM
Last activity: May 29, 2015, 04:10 AM