CLIActive

uv installer

Official installer for uv, supporting custom paths, disabling shell modifications, and unmanaged installs.

Open source page

Field note

What it does

The uv installer is a script that installs the uv binary. It supports environment variables like UV_INSTALL_DIR, UV_NO_MODIFY_PATH, and UV_UNMANAGED_INSTALL to customize installation behavior.

Capabilities

Available capabilities

No use cases filed yet.

Tags

Tags

Ways to use it

Ways to use it

No integrations filed yet.

Product features

Product features

Custom installation path

Change installation directory via UV_INSTALL_DIR.

Disable shell modifications

Prevent shell profile updates using UV_NO_MODIFY_PATH.

Pass options to script

Pass options directly to the installer script, e.g., --help.

Unmanaged installation

Install to a specific path without modifying shell or env vars via UV_UNMANAGED_INSTALL.