I just started a new python project and created a venv inside the project folder by running virtualenv venv in the terminal. However, when I run venv/bin/acti
virtualenv venv
venv/bin/acti
On my VSC, I used these and it worked.
python3 -m venv .venv source .venv/bin/activate