Nieuws

I'm creating the venv externally from vscode (python -m venv .venv), as i did multiple times on another macbook i no longer have, and when opening the project folder (containing .venv) through vscode ...
Every time, i run a uv run command, a new .venv is being created in the workspace folder despite being have an active interpreter at some different location. I want to isolate my environment from my ...