uv Verified current stable Not installed? Package Management

Uv / Install Package Specific Version Uv Pip

Install Package Specific Version Uv Pip

Uv command syntax to install package specific version uv pip. Copyable examples, output expectations, and common mistakes.

$
Terminal
uv pip install <package==1.2.3>

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
uv pip install <package==1.2.3>

Command Breakdown

What each part is doing

uv
Base Command
The executable that performs this operation. Here it runs Uv before the shell applies any redirect operators.
<package==1.2.3>
package==1.2.3
The value supplied for package==1.2.3.

Alternative Approaches

Comparable commands in other tools

Alternative package management tools for the same job.