I use vscode on windows Command: ``` python -m venv venv .venv\Scripts\activate pip install python-dotenv[cli] dotenv run -- python -c "import sys; print(sys.executable)" ``` Expected: `\path\to\venv\Scripts\python.exe` Real: `\path\to\system\python.exe` If needed more info - I will try to provide it ASAP. Cc: @scad89 help to find this issue System: Windows 10. python -V Python 3.8.5