Files
TinyTorch/tito
Vijay Janapa Reddi aae2ac16bf Fix setup command venv recreation logic
When user declined venv recreation, setup was still printing
"Setting up virtual environment..." before checking if it existed,
making it appear that recreation was proceeding anyway.

Changes:
- Check for existing venv before printing any messages
- Show " Using existing virtual environment" when user declines
- Show "🐍 Recreating..." only when actually recreating
- Show "🐍 Setting up..." only for new venv creation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 12:11:19 -05:00
..