uvenv
Install latest/stable of uvenv
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Details for uvenv
Package name
- uvenv
License
- MIT
Last updated
- 10 September 2026 - latest/stable
Websites
Source code
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report uvenv for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
uvenv: pipx for uv (🦀)
uvenv is a simple command-line tool for managing virtual environments, written in Rust. Think of it as pipx, but for uv.
📖 Full documentation: https://github.com/robinvandernoord/uvenv
Getting started
snap install uvenv
Snap Installation Caveats
When installed via Snap, there are some important differences to note:
- Tools are downloaded to
~/snap/uvenv/<revision>/.local/uvenvinstead of~/.local/uvenv - Scripts are installed in
~/snap/uvenv/<revision>/.local/bininstead of~/.local/bin - The snap package cannot update files like
~/.bashrcor perform self-updates.
Setting Up Bash Integration
To enable all Bash-specific features, add the following lines to your ~/.bashrc:
eval "$(uvenv --generate=bash ensurepath)" # Required: Fix PATH
eval "$(uvenv --generate=bash completions)" # Optional: Enable tab completion
eval "$(uvenv --generate=bash activate _)" # Optional: Enable the `uvenv activate` command
For other shells, run:
uvenv setup
This will display the appropriate setup instructions for your shell.
| Revision | Channel | Version | Build | Commit | Download SBOM |
|---|
The build and commit information is derived from build infrastructure records.
Install uvenv on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.