Question 1 (Intermediate):
In Python, which of these is the correct way to create a virtual environment?
A)
B)
C)
D)
#Python #Development #VirtualEnv #Coding
In Python, which of these is the correct way to create a virtual environment?
A)
python create venv B)
python -m venv myenv C)
pip install virtualenv D)
conda make env #Python #Development #VirtualEnv #Coding
❤2