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

    1 day 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 …

  2. 12. Virtual Environments and Packages — Python 3.14.0 …

    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 …

  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 …

  4. Installing Python Modules — Python 3.11.14 documentation

    Mar 11, 2014 · 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 …

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

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

    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 …

  7. The Python Tutorial — Python 3.12.12 documentation

    Mar 12, 2012 · After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in The …

  8. Unicode 指南 — Python 2.7.18 文档

    Feb 7, 2018 · For example, Mac OS X uses UTF-8 while Windows uses a configurable encoding; on Windows, Python uses the name “mbcs” to refer to whatever the currently configured …