pinset2.1
中文
Project and selection commands

pinset install

Install one explicit exact runtime, or install every target from a project/global lock.

View source on GitHub
FieldDescription
PurposeInstall one explicit exact runtime, or install every target from a project/global lock.
Syntax and arguments`pinset install [<tool>@<exact-version>] [--locked] [--global
Modifies stateYes. Writes cache entries, runtime files, receipts, and command routes; a locked Python project may create or validate .venv. It does not change a selection.
Examplepinset install --locked --cwd ./app
JSONNo.
Exit0 success; 2 on Pinset failure.
Key errorsNon-exact explicit version, config/lock mismatch, legacy Node lock requiring relock, missing signature, integrity failure, unsafe archive, or install transaction failure.
/en/docs/commands/installPinset 2.1