Solved

What Are Two Advantages of Python Virtual Environments? (Choose Two

Question 20

Multiple Choice

What are two advantages of Python virtual environments? (Choose two.)


A) Virtual environments can move compiled modules between different platforms.
B) Virtual environments permit non-administrative users to install packages.
C) The application code is run in an environment that is destroyed upon exit.
D) Virtual environments allow for stateful high availability.
E) Virtual environments prevent packaging conflicts between multiple Python projects.

Correct Answer:

verifed

Verified

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

Related Questions