--EDIT-- Using Ubuntu 22.04
I have recently installed Python 3.10, and I have different folders. Is this normal or did I mess up the installation?
virtualenv venv
created virtual environment CPython3.10.4.final.0-64 in 74ms
creator CPython3Posix(dest=/home/aravinth/Bureau/aa/venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/aravinth/.local/share/virtualenv)
added seed packages: pip==22.1.2, setuptools==62.3.4, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
ls venv
lib local pyvenv.cfg
I get this new local directory, now to activate the Venv I need to type:
source venv/local/bin/activate
Instead of typing:
source venv/bin/activate
python3 -m pip install --user virtualenvandpython3 -m virtualenv venv, I gotbin lib pyvenv.cfg, without the local folder.