I am new to Python virtual environments. Previously I was using the virtualenv command to create virtual environments, but I came across to a tutorial using mkvirtualenv to create a virtual environment.
What is the benefit of mkvirtualenv over virtualenv, and how they are different?