DigiStatement
No Result
View All Result
Saturday, May 31, 2025
  • PC
  • PlayStation
  • Xbox
  • Nintendo
  • Mobile
  • Technology
    • Apple
    • Asus
    • Google
    • Huawei
      • Honor
    • Lenovo
      • Motorola
    • LG
    • Nokia
    • OnePlus
    • Oppo
    • Realme
    • Samsung
    • Vivo
    • Xiaomi
    • Downloads
      • Apps
      • Wallpapers
  • About Us
    • About DigiStatement
    • Privacy Policy
    • Editorial Policy
    • Cookie Policy
  • Meet Our Team
  • Contact Us
DigiStatement
  • PC
  • PlayStation
  • Xbox
  • Nintendo
  • Mobile
  • Technology
    • Apple
    • Asus
    • Google
    • Huawei
      • Honor
    • Lenovo
      • Motorola
    • LG
    • Nokia
    • OnePlus
    • Oppo
    • Realme
    • Samsung
    • Vivo
    • Xiaomi
    • Downloads
      • Apps
      • Wallpapers
  • About Us
    • About DigiStatement
    • Privacy Policy
    • Editorial Policy
    • Cookie Policy
  • Meet Our Team
  • Contact Us
No Result
View All Result
DigiStatement
No Result
View All Result
Home Apps

How to Install pip on macOS and Windows

by Rajveer Tuteja
February 2, 2021
in News, Technology
How to Install pip on macOS and Windows

Python is a widely used high-level programming language. Python is an object oriented language, with the aim to help programmers write clear and logical codes for small and large-scale projects. Python was created in the late 1980s, and first released in 1991, by Guido van Rossum replacing the ABC programming language. Python’s 2.0 version released in 2000 with many new features such as list comprehension, garbage collection system and more. It got discontinued with the release of Python 2.7 in 2020. Python interpreters are available for mainstream operating systems like macOS and Windows.

Coming to the topic, pip is a package manager that lets the user install softwares written in Python. pip uses Pypi as the default source for all the packages. You can search for the package in pip, which will check Pypi and then download and install the package on your local system.

Here’s how you can download pip on your system – 

  • For macOS

You can download the pip file from here or by using command line.

  • First, open up spotlight search on your mac and search for ‘Terminal’. Open it.

  • .Copy and paste the following command to download the pip file.

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

  • Now, copy and paste this command to start the installation process.

python3 get-pip.py

  • After the installation is complete, you will see a success message.

  • For Windows

Download the pip file from here and save it where you feel like. But, you should remember the path, because you are going to need it in the installation process.

  • Open up Command Prompt by pressing the Windows Key + X or by searching for ‘cmd’ in the search section of the Start menu. Make sure that you are logged in as an administrator for this entire process. When click on Command Prompt, right-click its icon and select ‘run as administrator’.
  • In Command Prompt, use the ‘cd’ command and navigate the path to which you have saved the pip file.
  • After that, type in the following command to get the installation process started.

python get-pip.py

The installation process should start. If it does not, check the folder in which you saved the file properly and type in its path correctly.

NOTE – Screenshots used in this article have been taken from Samantha Cruz’s YouTube Channel.

Previous Post

Genshin Impact 1.3 Maintenance time for update : Check patch notes & more details

Next Post

AMD latest graphics drivers 21.2.1 released with some major bug fixes ( Download link inside )

Next Post
AMD latest graphics drivers 21.2.1 released with some major bug fixes ( Download link inside )

AMD latest graphics drivers 21.2.1 released with some major bug fixes ( Download link inside )

Advertisements

ADVERTISEMENT

© 2021 DigiStatement - All Rights Reserved

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
No Result
View All Result
  • PC
  • PlayStation
  • Xbox
  • Nintendo
  • Mobile
  • Technology
    • Apple
    • Asus
    • Google
    • Huawei
      • Honor
    • Lenovo
      • Motorola
    • LG
    • Nokia
    • OnePlus
    • Oppo
    • Realme
    • Samsung
    • Vivo
    • Xiaomi
    • Downloads
      • Apps
      • Wallpapers
  • About Us
    • About DigiStatement
    • Privacy Policy
    • Editorial Policy
    • Cookie Policy
  • Meet Our Team
  • Contact Us

© 2021 DigiStatement - All Rights Reserved