.. _python-env: ###### Python ###### .. rubric:: The python interpreter Requirements (python) ===================== .. code-block:: shell ~ $ command -v python /usr/bin/python ~ $ /usr/bin/python --version Python 3.10... ~ $ command -v pip /usr/bin/pip ~ $ /usr/bin/pip --version pip ... from /usr/lib/python3... Installation (python) ===================== See the official documentation `installing python `_.