Which of these are valid ways to create a virtual environment? Consider macOS, Linux, and Windows operating systems.
Select all that apply:
python3 -m venv venv/
py -m venv venv\
py -m venv best-env-ever
python3 -m venv
python3 -m venv .venv
py -v 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?