Home
Commands
Create a Python venv
Create a Python venv
Python
python -m venv .venv && source .venv/bin/activate
Copy command