Zanie Blue

Results 2964 comments of Zanie Blue

It seems like bad practice to check-in an SSL certificate — can you share more about why you're doing that?

We should just stop throwing that error so aggressively. I don't want `--script` to imply `--no-project` in case we want to read things like settings from the project too in...

> I still believe it would be better to build Python from the source. As I said, if we're not ready to completely move to this option, we should at...

@pautric looks like you're using `pyenv`? That's a separate problem from this issue — and unrelated to uv as far as I can tell. `pyenv` builds Python on your machine,...

We've previously considered this a user-setting, not a project or script setting. I would be surprised if I ran a script and it transparently fetched Python versions from a mirror.

We don't use aliases, afaik. Can you share more details about the contents of `/Users/username/.local/bin/some-package` and the target of `/Users/username/.local/share/uv/tools/some-package/bin/python3`?

Per a brief Google search > Aliases store two pieces of information about the destination file - both the location and a file identifier. Symbolic links only store the other...

> How do symbolic links match the behavior? If I rename the python3.13 in the Cellar, the alias remains pointed to the "right" file, which is not the behavior of...

@minkooseo might be helpful to look at #6689 too, but we're going to push out a bunch of changes around this soon.