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.
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:
Details
Is there a similar option or equivalent with pymanager?
Thanks.