Skip to main content

Practice ยท 1 of 2

The Venv Ritual, In Order

Write a function venv_steps() that returns the exact shell commands to (1) create a venv named .venv and (2) activate it on macOS/Linux โ€” as a list of two strings, in that order.

Difficulty: beginner

Back to lesson: Practice: Venv & Pip Drills