
venv — Creation of virtual environments — Python 3.14.2 documentation
2 days ago · On Windows, “shebang” line processing is supported if you have the Python install manager installed. Thus, double-clicking an installed script in a Windows Explorer window should run …
12. Virtual Environments and Packages — Python 3.14.2 documentation
4 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 number of additional …
4. Using Python on Windows — Python 3.10.19 documentation
Mar 10, 2019 · 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 services, Windows …
Installing Python Modules — Python 3.14.2 documentation
2 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 specify an …
site — Site-specific configuration hook — Python 3.14.2 documentation
2 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. This value is used to compute …
The initialization of the sys.path module search path — Python 3.14.2 ...
3 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.
ensurepip — Bootstrapping the pip installer — Python 3.14.2 …
2 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 when installing …
Registro de cambios — documentación de Python - 3.14.2
Dec 5, 2025 · SMTPExceptioninstead of a ValueErrorif Python has been built without MD5 support. In particular, SMTPclients will not attempt to use this method even if the remote server is
17.3. ssl — 套接字对象的TLS/SSL封装 — Python 2.7.18 文档
Feb 7, 2013 · On Windows it loads CA certs from the CA and ROOT system stores. On other systems it calls SSLContext.set_default_verify_paths(). In the future the method may load CA certificates from …