Everything about PIP python package manager

Опубликовано: 15 Декабрь 2020
на канале: The Data Guy
838
23

#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)


Смотрите видео Everything about PIP python package manager онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь The Data Guy 15 Декабрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 838 раз и оно понравилось 23 людям.