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
Press Submit to check your solution.
Back to lesson: Practice: Venv & Pip Drills