Which of these are valid ways to create a virtual environment? Consider macOS, Linux, and Windows operating systems.
Select all that apply:
py -m venv best-env-ever
py -m venv venv\
py -v venv\
python3 -m venv .venv
python3 -m venv
python3 -m venv venv/
Hint
Only two of the answer options are incorrect.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?