Zanie Blue

Results 2936 comments of Zanie Blue

You can `uv python install --reinstall `

I think this probably makes more sense as a blog post than documentation that we maintain, but yeah it'd be cool to write! cc @konstin who did some work on...

You can also `--refresh-package ` to avoid refreshing other cache entries.

I think we're getting consistent feedback that `uv run --no-sync` should exist. But... I don't think an operating mode that touches the virtual environment if it doesn't exist but not...

I would be surprised if it locked. I was also surprised `--frozen` syncs — but it makes sense that we allow for syncing without updating the lock. Looking for consistency...

> My preference would be to use uv tool run, but place symlinks for the tools in a directory that can be added to the $PATH Isn't this just `uv...

Yep that's the suggestion this issue tracks.

The idea here is that `uv tool run` would check the project for the dependency too. You'd use `--no-project` to ignore the project dependency declaration. I don't think `uvx` will...

Hm. At the very least, it seems like `uvx` could layer the tool environment on top of the project environment? That might fix that use-case, cc @charliermarsh (who has the...