It'd be nice if this flow worked simply to avoid needing to activate a virtualenv - regardless of whether I'm using a full uv project or not.
$ uv venv
$ uv pip install -e .
$ uv run python
However as of 0.4.28 I get the following error:
$ uv run python
error: No `project` table found in: `/Users/michael/work/oss/webob/pyproject.toml`
Obviously in this case I'm not asking uv to do anything except use the correct path as if I was activating the virtualenv - equivalent to .venv/bin/activate; python.
It'd be nice if this flow worked simply to avoid needing to activate a virtualenv - regardless of whether I'm using a full uv project or not.
However as of 0.4.28 I get the following error:
Obviously in this case I'm not asking uv to do anything except use the correct path as if I was activating the virtualenv - equivalent to
.venv/bin/activate; python.