Which of the following commands will create a virtual environment named dev-env (Windows) using virtualenv in the current working directory? The > character stands for a command prompt. (select 3)

Questions & AnswersCategory: PythonWhich of the following commands will create a virtual environment named dev-env (Windows) using virtualenv in the current working directory? The > character stands for a command prompt. (select 3)
Geek Boy Staff asked 2 years ago

Which of the following commands will create a virtual environment named dev-env (Windows) using virtualenv in the current working directory? The > character stands for a command prompt. (Select three)

a. > python -m virtualenv dev-env
b. > py -m virtualenv dev-env
c. > python dev-env
d. > virtualenv dev-env