🐍 Python 3.12 Setup Guide
🔹 macOS Installation
✅ Method 1: Using Homebrew (Recommended)
Install Homebrew (if not already installed):
Update Homebrew:
Install Python 3.12:
Link Python 3.12 (Optional if multiple Python versions installed):
Verify Installation:
✅ Method 2: From Official Installer
Download: Visit the official page:
Install: Run the .pkg installer and follow instructions.
Verify:
(Optional) Add to path if python3.12 not recognized:
🔹 Windows Installation
✅ Using Official Installer
Download:
Run Installer:
Check: ✅ “Add Python 3.12 to PATH”
Click “Customize installation” (recommended) or “Install Now”
During install:
Optionally enable pip, tcl/tk, IDLE, and Add Python to environment variables
Verify Installation:
Open Command Prompt (Win + R → cmd) and run:
✅ Post-Installation (All OS)
Check pip:
Upgrade pip (Optional):
Set Up Virtual Environment:
Last updated