Ubuntu – Virtual environment are not activated
My OS is Ubuntu. I installed Python 3.11. I installed python3.11-venv. I've created venv using python3.11 -m venv venv. Activate script exists. I run . venv/bin/activate. And nothing happens. Any ideas? More than this I tried older versions of python…