About 400 results
Open links in new tab
  1. venv — Creation of virtual environments — Python 3.14.2 documentation

    2 days ago · A virtual environment is created on top of an existing Python installation, known as the virtual environment’s “base” Python, and by default is isolated from the packages in the base …

  2. 12. Virtual Environments and Packages — Python 3.14.2 documentation

    2 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 …

  3. 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 …

  4. Installing Python Modules — Python 3.14.2 documentation

    2 days ago · virtualenv is a third party alternative (and predecessor) to venv. It allows virtual environments to be used on versions of Python prior to 3.4, which either don’t provide venv at all, or …

  5. The initialization of the sys.path module search path — Python 3.14.2 ...

    2 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.

  6. ensurepip — Bootstrapping the pip installer — Python 3.14.2 …

    1 day ago · Source code: Lib/ensurepip The ensurepip package provides support for bootstrapping the pip installer into an existing Python installation or virtual environment.

  7. subprocess — Subprocess management — Python 3.14.2 documentation

    2 days ago · On Windows with shell=True, the COMSPEC environment variable specifies the default shell. The only time you need to specify shell=True on Windows is when the command you wish to …

  8. 変更履歴 — Python 3.9.24 ドキュメント

    bpo-40432: Updated pegen regeneration script on Windows to find and use Python 3.8 or higher. Prior to this, pegen regeneration already required 3.8 or higher, but the script may have used lower …

  9. urllib.request --- Extensible library for opening URLs - Python

    It scans the environment for variables named <scheme>_proxy, in a case insensitive approach, for all operating systems first, and when it cannot find it, looks for proxy information from System …