#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 ( / manoj-upp.. )
✅Twitter (https://twitter.com/Manoj_0863?s=09)
Watch video Everything about PIP python package manager online without registration, duration hours minute second in high quality. This video was added by user The Data Guy 15 December 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 838 once and liked it 23 people.