Link to home
Start Free TrialLog in
Avatar of naseeam
naseeamFlag for United States of America

asked on

How to install python3-pip ?

I remotely connect to Linux VM from windows PC puTTy terminal or remote desktop connection.  The version is Ubuntu 18.04.2 LTS.  It is 64-bit.

How to install 'python3-pip' package?

Is 'python3-pip' python application?  Does 'pip' need to be installed first?
Avatar of naseeam
naseeam
Flag of United States of America image

ASKER

or does 'pip3' need to be installed first?
Avatar of arnold
Which python do you have Instalked?
Which python
sudo apt-get python3-pip install
Your Python install might already be 3.x..
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of naseeam

ASKER

Solution worked.  Prompt reply!  Thank you!