What is Pip?

789    Asked by shivaniChavan in Data Science , Asked on Nov 13, 2019
Answered by Nitin Solanki

Pip helps to get(install) new libraries or packages in python environment and also if you want to upgrade or delete (uninstall) your library, this will help, that's why it is known as a package management system. Pip comes default with python installation but in case if you don’t have pip in your system then refer below steps:

Step1: Checking if pip is already in your system or not, run below command on cmd

Pip help

If this command response without an error, then pip is installed

Step2: Before installing pip verify python installation and if you don’t have python in your system then please install python first then go for pip installation. To verify python run below command on cmd

Python

If this command response like below screen, then you are good to go ahead




Your Answer

Interviews

Parent Categories