Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Lec. 3 - Install & Uninstall Python 3 on Mac OS X - Two Different Methods (CSC-SE-3024) в хорошем качестве

Lec. 3 - Install & Uninstall Python 3 on Mac OS X - Two Different Methods (CSC-SE-3024) 4 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Lec. 3 - Install & Uninstall Python 3 on Mac OS X - Two Different Methods (CSC-SE-3024)

This video is made as a Resource Material for the Skill Enhancement Course (SEC - 1) in the 3rd semester of Computer Science (Honours) as per CBCS Under Graduate Syllabus of Gauhati University. Lecture by - Subhomoy Dey Designation - Assistant Professor, Department of Computer Science Institution - Pandit Deendayal Upadhyaya Adarsha Mahavidyalaya, Amjonga, Goalpara - 783124, Assam To install Python3 in Mac OS X Method #1: Using Homebrew Package Manager (in the Terminal): 1. brew install python3 2. Add the installed directory to the PATH variable export PATH="/usr/local/opt/[email protected]/bin:$PATH" NOTE: If you don't know the path, use the command: brew info python3 3. python3 -V or python3 --version 4. python3 In case you don't have brew, you can install it with following command:  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)" You can also visit Homebrew Official Wesbite (https://brew.sh/) for more details. Method #2: Using the Python 3 Installer (easy) 1. Download the Mac OS X installer from Python's Official Website (https://www.python.org/downloads/) 2. Double click the installer and install it. Methods to Uninstall or Rollback to previous version is shown in the video. Resource Credit: 1. A Byte of Python by Swaroop C.H. 2. Sentdex (   / sentdex  ) 3. Python 3 Documentation 4. GitHub Repository #BSc #ComputerScience #UnderGraduate #CBCS #GauhatiUniversity LICENSE: CC - BY - NC - SA 4.0 For copyright violation and other issues, kindly mail me at: [email protected]

Comments