mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove some missed references to ~/.cargo/bin
(#8936)
This commit is contained in:
parent
d05297230a
commit
980d25a801
3 changed files with 3 additions and 3 deletions
|
@ -184,7 +184,7 @@ uv respects the following environment variables:
|
|||
- <a id="UV_INSTALLER_GHE_BASE_URL"></a> [`UV_INSTALLER_GHE_BASE_URL`](#UV_INSTALLER_GHE_BASE_URL): The URL from which to download uv using the standalone installer and `self update` feature,
|
||||
in lieu of the default GitHub Enterprise URL.
|
||||
- <a id="UV_INSTALL_DIR"></a> [`UV_INSTALL_DIR`](#UV_INSTALL_DIR): The directory in which to install uv using the standalone installer and `self update` feature.
|
||||
Defaults to `~/.cargo/bin`.
|
||||
Defaults to `~/.local/bin`.
|
||||
- <a id="UV_UNMANAGED_INSTALL"></a> [`UV_UNMANAGED_INSTALL`](#UV_UNMANAGED_INSTALL): Used ephemeral environments like CI to install uv to a specific path while preventing
|
||||
the installer from modifying shell profiles or environment variables.
|
||||
- <a id="INSTALLER_NO_MODIFY_PATH"></a> [`INSTALLER_NO_MODIFY_PATH`](#INSTALLER_NO_MODIFY_PATH): Avoid modifying the `PATH` environment variable when installing uv using the standalone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue