Options to overwrite existing installations and to show repository version numbers with their respective release tag #11

Merged
foefl merged 3 commits from overwrite_env into main 2025-07-04 11:04:43 +00:00
Showing only changes of commit 54bd6026c9 - Show all commits

View File

@ -124,7 +124,13 @@ def extract_archive(
is_flag=True,
show_default=True,
default=False,
help="overwrite installation folder instead of deleting",
help=(
"overwrite installation with specified Python bundle instead of deleting it, any "
"pre-compiled files are deleted to force the re-comilation of the code by the new "
"Python interpreter. CAUTION: No compatibility checks for the installed packages is "
"done. Therefore, it is not guaranteed that the new installation will work. This "
"option is primarily intented for patch versions of Python."
),
)
@click.option(
"-k",