Lines Matching +refs:Install +refs:Python

1 This is Python version 3.11.4
13 :alt: Python Discourse chat
17 Copyright © 2001-2023 Python Software Foundation. All rights reserved.
40 Using Python
43 Installable Python kits, and information about using Python, are available at
58 This will install Python as ``python3``.
64 Building a complete Python installation requires the use of various
68 `Install dependencies <https://devguide.python.org/getting-started/setup-building.html#build-depend…
91 To get an optimized build of Python, ``configure --enable-optimizations``
105 The entire Python directory is cleaned of temporary files that may have
119 collected from the instrumented one. The end result will be a Python binary
135 We have a comprehensive overview of the changes in the `What's New in Python
142 If you want to install multiple versions of Python, see the section below
149 `Documentation for Python 3.11 <https://docs.python.org/3.11/>`_ is online,
157 For information about building Python's documentation, refer to `Doc/README.rst
161 Converting From Python 2.x to 3.x
164 Significant backward incompatible changes were made for the release of Python
165 3.0, which may cause programs written for Python 2 to fail when run with Python
166 3. For more information about porting your code from Python 2 to Python 3, see
187 If the failure persists and appears to be a problem with Python rather than
198 On Unix and Mac systems if you intend to install multiple versions of Python
206 version (if any) is your "primary" version. Install that version using ``make
207 install``. Install all other versions using ``make altinstall``.
209 For example, if you want to install Python 2.7, 3.6, and 3.11 with 3.11 being the
228 If you have a proposal to change Python, you may want to send an email to the
230 Python Enhancement Proposal (PEP) may be submitted if your idea gains ground.
241 See :pep:`664` for Python 3.11 release details.
248 Copyright © 2001-2023 Python Software Foundation. All rights reserved.
261 This Python distribution contains *no* GNU General Public License (GPL) code,