Skip to main content

Practice ยท 2 of 2

Why Isolate?

Write needs_venv(python_a, req_a, python_b, req_b) that returns True when two projects on one machine would CONFLICT โ€” i.e. they share a package name but need different versions.

Difficulty: beginner

Back to lesson: Practice: Venv & Pip Drills