Q. Which command creates a virtual environment?
Solution:
python -m venv env creates a virtual environment named ‘env’.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
python -m venv env creates a virtual environment named ‘env’.
Strengthen Your Practice with our comprehensive question bank.