Solved

What Is a Benefit of Using Python Virtual Environments

Question 49

Multiple Choice

What is a benefit of using Python virtual environments?


A) It isolates dependencies of every project from the system and each other.
B) It allows Python to differentiate between package versions.
C) It frees the developer from installing the project dependencies.
D) It puts dependent packages in a common site-packages directory.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions