Lab Solution: Environment Setup
This guide walks you through verifying and troubleshooting your environment setup.
Step 1: Verify Prerequisites
First, ensure you have the right tools installed.
IDE (Code Editor)
Make sure you have an IDE installed and open.
- VS Code: Recommended for local development.
- Project IDX: Excellent cloud-based alternative.
- Cloud Shell Editor: Built into Google Cloud.
Check Python Version
python --version
# OR (on some systems)
python3 --version
Requirement: You must see Python 3.10.x or higher. If you have an older version, please upgrade Python before continuing.