taopkx.blogg.se

Python install debian
Python install debian













python install debian python install debian

# tar xzf Python-3.9.6.tgzĬompile the python source code. # wget Įxtract the downloaded python source code archive. Replace the URLs and filenames in this guide with the latest version.ĭownload the latest Python3 source code. Visit Python's Source Code Download page to find the latest gzipped source release. # apt-get install wget build-essential libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev liblzma-dev -y Install the required dependencies to compile the Python source code.

python install debian

If your version is older than your application requires, proceed with this guide. PrerequisitesĬheck the installed Python3 version. This article explains how to install the latest version of Python3 from source code on Debian 10.















Python install debian