uv-run
Verified for current stable LTS
Uv Run Commands
Uv Run command syntax with verified terminal examples.
Commands
6 commands for Uv Run
uv-run Operations
Uv Run Command: Run Command With Temporary Packages
uv run -w <package> <command> uv-run Operations
Uv Run Command: Run In Isolated Environment
uv run --isolated <path/to/script.py> uv-run Operations
Uv Run Command: Run Python Module
uv run -m <module_name> uv-run Operations
Uv Run Command: Run Python Script
uv run <path/to/script.py> uv-run Operations
Uv Run Command: Run Script With Requirements File
uv run --with-requirements <path/to/requirements.txt> <path/to/script.py> uv-run Operations
Uv Run Command: Run Without Syncing Environment
uv run --no-sync <command> Suggest a Uv Run Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Uv Run workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.