python3 -m venv envsource ./env/Scripts/ActivateYou can confirm you’re in the virtual environment by checking the location of your Python interpreter, it should point to the env directory.
which pythonsource ./env/Scripts/deactivatepython3 -m venv envsource ./env/Scripts/ActivateYou can confirm you’re in the virtual environment by checking the location of your Python interpreter, it should point to the env directory.
which pythonsource ./env/Scripts/deactivate