Is virtualenv actually using venv?
Is virtualenv actually using venv? When I create a new project it states in pyvenv.cfg command = link awaiting moderation -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?
Comments