Get The Learn to Code Course Bundle! https://jtdigital.tech/product/learn-...
Enroll directly on Udemy! https://www.udemy.com/python3-for-beg...
Hello everyone and welcome to the 4th video of our learn to code with Python 3 tutorial series. In this video we will cover how to install Python on Ubuntu Linux and Mac OS. Python 2 and 3 should come pre-installed on most Linux distributions. We will also install IDLE, and pip for downloading additional packages.
You can use the following commands to download Python 3, IDLE and pip:
apt-get install python3
apt-get install idle3
apt-get install python3-pip
You may receive the following two error message when downloading Python 3:
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
You can pass the following commands as a workaround:
rm /var/lib/dpkg/lock-frontend
rm /var/lib/dpkg/lock
Web - https://jtdigital.tech/
YouTube - https://bit.ly/SubscribeJTD
Facebook - / delgadillojt
VPN - https://nordvpn.org/jtdigital
Discord - / discord
На этой странице сайта вы можете посмотреть видео онлайн Linux & Mac Installation | Learn to Code with Python #4 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Joseph Delgadillo 17 Июль 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,486 раз и оно понравилось 47 зрителям. Приятного просмотра!