How to install Python 3.6.4 on Debian 9 | Install Python Debian 9

Post Highlights [Table of Content]

     Hey, guys in this article, I will tell you how to install python 3.6.4 on Debian 9. Python is an interactive and straightforward language. It is one of the most widely advertised. Python is an educational program designed to be easy to read. 

    How to install Python 3.6.4 on Debian 9

    It uses English vocabulary used for punctuation and it also has less communication skills than other programming languages ​​and it allows developers to use different types of scripts for different purposes.

    Create their programs, and write policies almost as if they were human languages. Installing Python 3.6.4 on a Debian VPS is an easy task, just follow the steps below carefully and you should have Python 3.6.4 on Debian 9 installed in a few minutes. If you want How to become a computer genius/hacker in 2021.

    Change the power

    Regularly update all system systems before continuing to work on your server:

    # sudo apt-get update & & sudo apt-get upgrade

    Install Python 3.6.4 from the source

    We will now build and install Python 3.6.4 from scratch, this is a safe and recommended way that does not add storage that will install incompatible packages on your Debian 9 server.

    Start by installing the necessary tools necessary for Python 3.6.4:

    # sudo apt-get-install -y get key libssl-dev zlib1g-dev # sudo apt-get-install -y libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm # sudo apt-get install -y libncurses5- dev libncurseswXNUM -dev xz-utils tk-dev

    Download Python 3.6.4 from a file using 'wget':

    # wget https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz

    Python 3.6.4 is not included in the file:

    # tar xvf sej-3.6.4.tgz

    Enter the Python-3.6.4 book and run './configure' to prepare the building:

    # cd sej-3.6.4 # ./configure --enable-optimizations

    Then run the following command to build Python 3.6.4:

    # ua -j8

    And then run these commands to install Python 3.6.4:

    # sudo ua altinstall

    You can now activate Python Translator 3.6.4 by doing the following:

    # python3.6

    Install Python 3.6.4 from the Debian test suite

    This method of installing Python 3.6.4 is not recommended because it will install / install packages from the Debian 'test' repository that are not compatible with your current Debian 9 configuration. If you want to configure Python 3.6.4 using the Debian 'test' setting let to be sure to test this on a test machine first to see if any of the packages are not working properly or if there is a conflict behind installing the required packages for Python 3.6.4.

    Start by editing the '/etc/apt/sources.list' file with your favorite editor (we will use nano) and add it to the bottom line of the document:

    # sudo nano /etc/apt/sources.list far http://ftp.de.debian.org/debian test results

    Then execute the following commands on your server:

    # echo 'APT :: Default-Release "Stable";' | sudo tee -a /etc/apt/apt.conf.d/00local

    Now update the package list:

    # sudo apt-has been updated

    And install Python 3.6.4 from the Debian 'test' repository using the following commands:

    # sudo apt-tau -t test install python3.6

    If all goes well, run the following command to activate Python Interpreter 3.6.4:

    # python3.6

    That is it, now you need to have Python 3.6.4 installed on your server.

    I hope you understand how to install python 3.6.4 on Debian 9.

    You may also visit here,

    Whatsapp Tips and Tricks

    Mobile Tips and Tricks

    Computer Tips and Tricks

    Tech News

    Comments Section