We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9508558 commit 891e02dCopy full SHA for 891e02d
1 file changed
docs/concepts/projects/run.md
@@ -1,7 +1,7 @@
1
# Running commands in projects
2
3
-When working on a project, it is installed into virtual environment at `.venv`. This environment is
4
-isolated from the current shell by default, so invocations that require the project, e.g.,
+When working on a project, it is installed into the virtual environment at `.venv`. This environment
+is isolated from the current shell by default, so invocations that require the project, e.g.,
5
`python -c "import example"`, will fail. Instead, use `uv run` to run commands in the project
6
environment:
7
0 commit comments