Zanie Blue

Results 2937 comments of Zanie Blue

I think `export PYTHONHOME="$(dirname $(dirname $(realpath $(which python))))"` should work, though it's pretty hacky.

Alas, if you use `--without-pip` it works fine. I'm... not sure why the `ensurepip` call fails there. Of course there's `VIRTUALENV_WITHOUT_PIP` but no `venv` equivalent to my knowledge. Annoyingly, it...

That's quite unfortunate. You can also use our standalone installer (i.e., `curl ..`) instead of `pip` to workaround this.

As a note.... While I appreciate the report, I think the resolution here will be to file an issue against musl and hexaly — there's nothing we're going to be...

Can you explain your use-case some more? Is this a duplicate of https://github.com/astral-sh/uv/issues/4422?

I still think this is roughly a duplicate of #4422 but I'll leave it open for now.

Can you share a minimal `pyproject.toml`?

We already support this; per the linked issue.