aboutsummaryrefslogtreecommitdiff
path: root/python/scripts/mkvenv.py
AgeCommit message (Expand)Author
2023-05-18mkvenv: mark command as requiredPaolo Bonzini
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow
2023-05-18mkvenv: add console script entry point generationJohn Snow
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow
2023-05-18mkvenv: add ensure subcommandJohn Snow
2023-05-18mkvenv: add nested venv workaroundJohn Snow
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow
2023-05-18python: add mkvenv.pyJohn Snow