

So I just installed pip like so: $ cd /tmpĪnd now I can see that I have pip installed: $ which pip But I do still have python2.7 installed: $ python -version I originally had python2.7 and pip installed on debian 8, but maybe something happened during the installation and now I don't have pip. I recently upgraded from debian 8 to debian 10. Pip 20.2.3 from /usr/local/lib/python3.9/site-packages/pip (python 3.I want to use python2.7 with virtualenv. python3.9 -versionĬheck the installed version of pip by running the following command, pip3.9 -V Run configuration command./configure -enable-optimizationsĬomplete the Python installation on Debian system by running the following command. tar xzf Python-3.9.4.tgzĬhange to the extracted directory with following command. In this article, we are going to install Python 3.9 on Debian 10 system.ĭownload Python 3.9 source archive from its official website. apt 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 Install Python 3.9 on Debianīy default, Debian 10 comes with Python version 3.7 only. Python's design philosophy emphasizes code readability with its notable use of significant indentation.įirst, check for any pending system updates, apt update

Python is an interpreted high-level general-purpose programming language.
