Zanie Blue
Zanie Blue
Note we don't make use of any particular `pyproject.toml` extensions for `uv` at this time — we just follow the standards. In the future, we'll have a section for configuring...
`python -m venv` is silent; `virtualenv` is verbose but not helpful ``` ❯ virtualenv foo created virtual environment CPython3.12.0.final.0-64 in 250ms creator CPython3Posix(dest=/Users/mz/eng/src/astral-sh/uv/foo, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, via=copy,...
I think so! Maybe styled like "Activate with `source ....`"?
Note we also need a separate hint to Windows users
Hm interesting we _do_ have support for pyenv shims, but it doesn't seem to be working in this case. Can you share verbose logs for `$ python3 -m uv venv...
Thanks! https://github.com/astral-sh/uv/pull/1667 should resolve that `PATH` issue. > To me, the "right" fix would be to use the Python that invoked uv, which probably means adding a mechanism for passing...
Yep this is a priority for me next week!
Hi! We just merged a fix with #1874 that's out in v0.1.8 — let me know if that helps. I'll continue testing against various private repositories.
For my own sanity, note this is also being tracked in https://github.com/astral-sh/uv/issues/1709
A fix is up at https://github.com/astral-sh/uv/pull/1886 if anyone wants to give it a try against a private index.