Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6115881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:08:35+00:00 2026-05-23T15:08:35+00:00

I want to install pip . It should support Python 3, but it requires

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:08:35+00:00Added an answer on May 23, 2026 at 3:08 pm

    edit: Manual installation and use of setuptools is not the standard process anymore.

    If you’re running Python 2.7.9+ or Python 3.4+

    Congrats, you should already have pip installed. If you do not, read onward.

    If you’re running a Unix-like System

    You can usually install the package for pip through your package manager if your version of Python is older than 2.7.9 or 3.4, or if your system did not include it for whatever reason.

    Instructions for some of the more common distros follow.

    Installing on Debian (Wheezy and newer) and Ubuntu (Trusty Tahr and newer) for Python 2.x

    Run the following command from a terminal:

    sudo apt-get install python-pip 
    

    Installing on Debian (Wheezy and newer) and Ubuntu (Trusty Tahr and newer) for Python 3.x

    Run the following command from a terminal:

    sudo apt-get install python3-pip
    

    Note:

    On a fresh Debian/Ubuntu install, the package may not be found until you do:

    sudo apt-get update
    

    Installing pip on CentOS 7 for Python 2.x

    On CentOS 7, you have to install setup tools first, and then use that to install pip, as there is no direct package for it.

    sudo yum install python-setuptools
    sudo easy_install pip
    

    Installing pip on CentOS 7 for Python 3.x

    Assuming you installed Python 3.4 from EPEL, you can install Python 3’s setup tools and use it to install pip.

    # First command requires you to have enabled EPEL for CentOS7
    sudo yum install python34-setuptools
    sudo easy_install pip
    

    If your Unix/Linux distro doesn’t have it in package repos

    Install using the manual way detailed below.

    The manual way

    If you want to do it the manual way, the now-recommended method is to install using the get-pip.py script from pip‘s installation instructions.

    Install pip

    To install pip, securely download get-pip.py

    Then run the following (which may require administrator access):

    python get-pip.py 
    

    If setuptools is not already installed, get-pip.py will install setuptools for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to install outlook add-ins (Which is developed by Visual studio 2008) but
I want to install this python package: http://pypi.python.org/pypi/netifaces/0.5 But I don't know how and
I want to install a gem on all my application servers, but gem install
I want to install satchmo in my virtual hosting, but they dont provide ssh
I want to install rsync on windows xp. I have searched the web, but
I want to install the iPhone 4.0 SDK, but I don't want to lose
I want to install SGML::Parser::OpenSP in ActivePerl. Any idea what steps should I follow?
I want to install OSQA on a local Windows system. I've downloaded bitnami-djangostack-1.1.1-2-windows-installer.exe, which
I want to install perl modules on a shared server on which I do
I want to install iOS 4.1 on the phone, but I don't want the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.