uvx: pipx for uv (🦀)
Project description
Deprecation Warning
https://pypi.org/project/uvenv
Note: The tool previously named
uvx
is nowuvenv
due to a naming collision with a newuv
command. The new name better reflects its purpose, combininguv
withvenv
.
You can runuvenv self migrate
to move your environments and installed commands fromuvx
touvenv
.
uvx: pipx for uv
Inspired by:
Installation
-
Install via pip (or alternatives):
pip install uvx # or `uv`, `pipx`
-
Optional (for bash users):
uvx setup
This installs the following features:
- Ensures
~/.local/bin/
is added to your PATH, so commands can be found (unless--skip-ensurepath
). Can also be activated viauvx ensurepath
- Enables tab completion for
uvx
(unless--skip-completions
). Can also be enabled viauvx completions --install
. - Enables
uvx activate
(unless--skip-activate
) to activate uvx-managed virtualenvs from your shell
Usage
uvx
Run uvx
without any arguments to see all possible subcommands.
Platform Considerations
- Rust-Powered Performance (uvx 2.0): Starting from version 2.0,
uvx
leverages Rust for improved performance and compatibility withuv
. - Prebuilt Binaries: Currently, prebuilt binaries are available for x86_64 (amd64) and aarch64 (ARM64) on Linux.
- Other Platforms: If you're on a different platform, you can still use
uvx 1.x
, which is written in pure Python. Find it at robinvandernoord/uvx. - Alternatively, you can Compile for Your Platform:
- Install the Rust toolchain:
curl https://sh.rustup.rs -sSf | sh
- Clone the
uvx2
repo and navigate to it:git clone https://github.com/robinvandernoord/uvx2.git cd uvx2
- Set up a virtual environment (choose Python or uv):
python -m venv venv # or `uv venv venv --seed` source venv/bin/activate
- Install Maturin (Python with Rust package builder):
pip install maturin # or `uv pip install maturin`
- Compile and install the
uvx
binary:maturin develop
- Now you can use
uvx
:./venv/bin/uvx
- Install the Rust toolchain:
For additional details on building and distribution, refer to maturin documentation.
License
uvx
is distributed under the terms of the MIT license.
Changelog
See CHANGELOG.md
on GitHub
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file uvx-2.5.1.tar.gz
.
File metadata
- Download URL: uvx-2.5.1.tar.gz
- Upload date:
- Size: 56.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c940376cc5b17b878c5e642674cc8d9ccae6a6b9cfb340f551acb010551f3c4 |
|
MD5 | f0d71257e40053cd813ad61d73be859c |
|
BLAKE2b-256 | 8121f0a4fd5353be1dc9f615596214a9765d650e4c04d3ee3b713fb978f7c1f9 |
File details
Details for the file uvx-2.5.1-py3-none-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: uvx-2.5.1-py3-none-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 5.4 MB
- Tags: Python 3, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 117fc1eb097062d3c189b5c546140114c032e8b9e68b0a0fead6a2bb30c1d64d |
|
MD5 | 16a752ad6476d5283dd04d9369db214d |
|
BLAKE2b-256 | 554d4201b9943dc619faa9fcdc3022eaf375bca278671932e91a690f260a9568 |
File details
Details for the file uvx-2.5.1-py3-none-manylinux_2_34_aarch64.whl
.
File metadata
- Download URL: uvx-2.5.1-py3-none-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 5.4 MB
- Tags: Python 3, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5713140392cf2db3fcad680bc10afb9c0a16d7a8ac793f3b769aa13422ccd9d8 |
|
MD5 | df4a7dfe9951a399c1011ecc9fb0ecef |
|
BLAKE2b-256 | 5fe4f6235134e3e553007e4dd4ac0f7231419bf9a58b30b1504619d19e5b2347 |