mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 19:53:33 -05:00
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>