Sorry if I sound a bit foolish. I'm confused about this: What's the difference between the two:
virtualenv myvenv
and
-m venv myvenv
The first one works well for me in creating virtual environments while the other does not.
I cd into my development directory and use virtualenv myvenv and it creates the virtual environment. But if I use -m venv myvenv, it just gives errors.
 
     
     
     
    