Project and selection commands
pinset install
Install one explicit exact runtime, or install every target from a project/global lock.
View source on GitHub ↗| Field | Description |
|---|---|
| Purpose | Install one explicit exact runtime, or install every target from a project/global lock. |
| Syntax and arguments | `pinset install [<tool>@<exact-version>] [--locked] [--global |
| Modifies state | Yes. Writes cache entries, runtime files, receipts, and command routes; a locked Python project may create or validate .venv. It does not change a selection. |
| Example | pinset install --locked --cwd ./app |
| JSON | No. |
| Exit | 0 success; 2 on Pinset failure. |
| Key errors | Non-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