ubuntu - Need to install pip for python 3 -
i have installed python 2.7 , python 3.3 on server , need install pip python 3.
here have tried far.
sudo apt-get install python3-setuptools sudo easy_install3 pip
this install pip python 3.2 ( don't have installed python 3.2),
sudo apt-get install python3-pip
this install pip python 3.2
my need install few packages python3.3 (lxml, ftplib, etc...) for that need pip unfortunately unable this.
i can not setup python 3.3 because basic need python 2.7 (for odoo).
can guide me in proper direction.
after:
sudo apt install python3-pip
you should able install packages pip3 command. try:
pip --version pip3 --version
Comments
Post a Comment