-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
needs-decisionUndecided if this should be doneUndecided if this should be donequestionAsking for clarification or supportAsking for clarification or support
Description
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
.
bluss, mattp-, Avasam, Akuli, ajasja and 2 more
Metadata
Metadata
Labels
needs-decisionUndecided if this should be doneUndecided if this should be donequestionAsking for clarification or supportAsking for clarification or support