hatch-python-install - Man Page
hatch python install – Install Python distributions
Synopsis
hatch python install [Options] NAMES...
You may select all to install all compatible distributions:
hatch python install all
Options
- --private
Do not add distributions to the user PATH
- -u, --update
Update existing installations
- -d, --dir TEXT
The directory in which to install distributions, overriding configuration
- -h, --help
Show a help message and exit
Environment
You can set custom sources for distributions by setting the HATCH_PYTHON_SOURCE_<NAME> environment variable where <NAME> is the uppercased version of the distribution name with periods replaced by underscores e.g. HATCH_PYTHON_SOURCE_PYPY3_10.
See Also
hatch-python-find(1), hatch-python-remove(1), hatch-python-show(1), hatch-python-update(1)
Referenced By
hatch-python(1), hatch-python-find(1), hatch-python-remove(1), hatch-python-show(1), hatch-python-update(1).