My python doesn't have installed virtualenv, But why the command 'python3 -m venv tutorial-env' in python documents can create a virtual environment, And if I want to achieve the same feature, the normal method is 'pip install virtualenv'? Why? Is it the former method that has a built-in package similar to virtualenv?
Thanks in advance.