M

Mr. Dubey • 100.28K Points
Coach

Q. How do you start a Python virtual environment?

  • (A) python -m venv env
  • (B) python -m virtualenv env
  • (C) python env create
  • (D) venv create env
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Python

Explanation by: Mr. Dubey
`python -m venv env` creates a virtual environment.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics