Linux/Unix Tutorial for Beginners for Python installation

Опубликовано: 01 Июнь 2019
на канале: Coding GuruJi
90
3

This tutorial will teach and guide you through the steps involved in the process of installation of Python 3.5 and Python 2.7 in a Linux system.

The steps involved are mentioned below:-
1.) Download the Python source tarball.
wget https://www.python.org/ftp/python/3.5...

2.) Decompress the package.
tar xzf Python-3.5.1.tgz

3.) Compile the sources.
cd Python-3.5.1
./configure
make

4.) Install the Python package/version manager to work with both the python versions together
sudo make altinstall


На этой странице сайта вы можете посмотреть видео онлайн Linux/Unix Tutorial for Beginners for Python installation длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Coding GuruJi 01 Июнь 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 90 раз и оно понравилось 3 зрителям. Приятного просмотра!