Revision history  [back]

Is virtualenv actually using venv?

Is virtualenv actually using venv? When I create a new project it states in pyvenv.cfg command = /opt/homebrew/opt/python@3.13/bin/python3.13 -m venv and I definitely don't have virtualenv installed on my system so whats actually going on here? Will it just then use venv by default unless I install virtualenv via pip globally on my system?