• Home
  • Raw
  • Download

Lines Matching refs:launcher

72   C Runtime Library is required or you install the :ref:`launcher` for all
75 * The :ref:`launcher` will be installed according to the option at the bottom
77 * The standard library, test suite, launcher and pip will be installed
90 * The :ref:`launcher` will be installed into the Windows directory
163 | | launcher is also installed. | |
185 | Include_launcher | Install :ref:`launcher`. | 1 |
187 | InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 |
203 | LauncherOnly | Only installs the launcher. This | 0 |
224 (Note that omitting the launcher also omits file associations, and is only
226 that included the launcher.)
284 :ref:`launcher`, which has its own entry in Programs and Features.
326 The ``py.exe`` launcher will detect this Python installation, but will prefer
444 Using a specialized executable as a launcher requires some coding, but provides
445 the most transparent experience for users. With a customized launcher, there are
448 associations behave properly. In most cases, a custom launcher should simply be
459 specialized launcher, packages can be located in other locations as there is an
512 versions of Python, consider using the :ref:`launcher`.
654 The Python launcher for Windows is a utility which aids in locating and
659 Unlike the :envvar:`PATH` variable, the launcher will correctly select the most
664 The launcher was originally specified in :pep:`397`.
674 System-wide installations of Python 3.3 and later will put the launcher on your
675 :envvar:`PATH`. The launcher is compatible with all available versions of
677 launcher is available, execute the following command in Command Prompt:
704 If you see the following error, you do not have the launcher installed:
711 Per-user installations of Python do not add the launcher to :envvar:`PATH`
719 If the launcher is run with no explicit Python version specification, and a
721 the external ``virtualenv`` tool) active, the launcher will run the virtual
765 The launcher should have been associated with Python files (i.e. ``.py``,
767 when you double-click on one of these files from Windows explorer the launcher
771 The key benefit of this is that a single launcher can support multiple Python
780 how a script should be executed. This launcher allows the same facilities to
785 Windows, this launcher supports a number of 'virtual' commands to specify
801 be used by the launcher without modification. If you are writing a new script
813 Beginning with python launcher 3.7 it is possible to request 64-bit version
840 Two .ini files will be searched by the launcher - ``py.ini`` in the current
843 same directory as the launcher. The same .ini files are used for both the
844 'console' version of the launcher (i.e. py.exe) and for the 'windows' version
849 .ini file next to the launcher, can override commands in that global .ini file.
868 available with the launcher included with Python 3.7 or newer.)
873 is found, the launcher will enumerate the installed Python versions and use
881 launcher - a 32-bit launcher will prefer to execute a 64-bit Python installation
882 of the specified version if available. This is so the behavior of the launcher
885 whether a 32 or 64-bit version of Python and corresponding launcher was
910 in the .INI file used by the launcher. The section in the INI file is
938 launcher will print diagnostic information to stderr (i.e. to the console).