Differences between mkvirtualenv and virtualenv for creating virtual environments

Viewed 6721

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?

2 Answers
Related