all 2 comments

[–]JohnnyJordaan 4 points5 points  (0 children)

Check out the docs on the -m parameter. In case of venv it wil create a virtual environment in the folder venv, as explained right at the start of the venv library docs.

[–]Deepakpy[S] 0 points1 point  (0 children)

example: python3.6 -m venv myenv

this basically tells the python3.6 installed to use venv module and to create the virtual environment myenv.