Why is .venv
created on every uv
command invocation despite the environment being available?
#10305
Labels
question
Asking for clarification or support
If I am creating a virtual environment using
uv
via the following:and then activating the virtual environment it via:
Shouldn't the already created virtual environment (
venv
in this case) be referenced on the subsequentuv
command invokations?Why is the
.venv
still created?As per the docs:
If the
venv
directory is not PEP 405 compliant, that's when the already present virtual environment will be ignored.But if my
venv
is already PEP 405 complaint since I created it viauv
itself, why is this happening?Am I missing something here?
The text was updated successfully, but these errors were encountered: