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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -