How To Install Python 3.7 on Debian 9.1 Stretch HD

04.10.2017
Python is a versatile programming language that can be used for many different programming projects. First published in 1991 with a name inspired by the British comedy group Monty Python, the development team wanted to make Python a language that was fun to use. Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice for beginners and experienced developers alike. Python 3 is the most current version of the language and is considered to be the future of Python... apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev build-essential checkinstall cd /usr/src wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0a1.tgz tar xzf Python-3.7.0a1.tgz cd ./configure make make test make install python3.7 -V

Похожие видео

Показать еще