Everything about PIP python package manager
The Data Guy
#pip #python 📢In this video you'll get to know about pip which is used to install, update and uninstall python packages and dependencies. there are many other alternatives for pip, like conda and easy_install.
⏱time stamps to save your time Intro - (00:00) what is pip? - (00:28) pip help - (00:58) pip search - (01:47) pip install - (02:38) pip list - (04:33) pip uninstall - (05:02) check for outdated packages - (05:30) updating packages -(06:19) pip freeze - (07:04) pip show & pip check- (09:34)
✳️Installing PIP for WINDOWS pip comes already installed if you are using python 3.4 or later versions.
✳️Installing PIP for UNIX based OS In linux and mac use need to manually install pip using the below commands for UBUNTU and DEBIAN : sudo apt-get install python3-pip for FEDORA : sudo yum install python3-pip
▶️Command to update all packages : pip freeze --local | grep -v '^-e' | cut -d + f 1 | xargs -nl pip install -U
🤖join our discord server : https://discord.io/thedataguy
Follow me on : âś…GitHub (https://github.com/manojuppala) âś…LinkedIn (https://www.linkedin.com/in/manoj-upp...) âś…Twitter (https://twitter.com/Manoj_0863?s=09) ... https://www.youtube.com/watch?v=XPfB_Xr2QFU
31458313 Bytes