Skip to content

Python installation without the docs/tk/tcl similar to the MSI installer #330

@ader1990

Description

@ader1990

Background

The current EXE installer allows to install Python without test/tcltk/docs/launcher - using the below config flags. Basically a stripped down installation, with just the minimum Python bits for almost any console application.

Example installation:

        Start-Process -FilePath "${pythonInstallerPath}" -NoNewWindow -Wait `
            -ArgumentList @("/quiet", "TargetDir=${tmp_python_template_dir}","Include_test=0","Include_tcltk=0","Include_launcher=0","Include_doc=0")

Details

Is there a similar option or equivalent with pymanager?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions