
venv — Creation of virtual environments — Python 3.14.0 …
5 days ago · The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories.
12. Virtual Environments and Packages — Python 3.14.0 …
6 days ago · The solution for this problem is to create a virtual environment, a self-contained directory tree that contains a Python installation for a particular version of Python, plus a …
4. Using Python on Windows — Python 3.15.0a1 documentation
5 days ago · This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix systems and …
Installing Python Modules — Python 3.14.0 documentation
3 days ago · For Windows users, the examples in this guide assume that the option to adjust the system PATH environment variable was selected when installing Python. It’s also possible to …
ensurepip — Bootstrapping the pip installer — Python 3.14.0 …
4 days ago · In most cases, end users of Python shouldn’t need to invoke this module directly (as pip should be bootstrapped by default), but it may be needed if installing pip was skipped …
site — Site-specific configuration hook — Python 3.14.0 …
5 days ago · Default value is ~/.local for UNIX and macOS non-framework builds, ~/Library/Python/X.Y for macOS framework builds, and %APPDATA%\Python for Windows. …
The initialization of the sys.path module search path — Python …
6 days ago · The shared library path is always known on Windows, however it may not be available on other platforms. In the ._pth file specify one line for each path to add to sys.path.
Python on Windows FAQ — Python 3.14.0 documentation
Using a Python shell script to put up a Python interpreter window from inside your Windows app is not a good idea; the resulting window will be independent of your app’s windowing system.
Python Initialization Configuration — Python 3.14.0 documentation
3 days ago · The Python Configuration can be used to build a customized Python which behaves as the regular Python. For example, environment variables and command line arguments are …
更新日志 — Python 3.9.24 文档
bpo-40432: 更新了Windows上的pegen再生脚本,以查找并使用Python 3.8或更高版本。 在此之前,pegen再生已经需要3.8或更高版本,但脚本可能使用了较低版本的Python。