Posts

Showing posts from July, 2026

Miniforge Windows 11 Setup and Time Bug Fix

Image
  (A) Here are the essentials of my Windows 11 Miniforge setup and fixation of an installation bug, together with useful links and command cheat sheet. 1. Windows 11 Miniforge Installation - Download the Windows installer (.exe) directly from the Conda-Forge GitHub.  - The Golden Rule: Always select "Just Me" (not "All Users") when prompted about who to install for. - Security Prompt: If Windows Defender SmartScreen blocks the app, just click "More Info" and then "Run Anyway". 2. Open Miniforge Prompt from the Windows Start Menu. Press Windows key, search for Miniforge Prompt, and click it. This is the only place where Python commands will work natively.   3. Follow basic rules and commands to keep computer safe and organized. - Protect the "Base" Environment: Always leave the base environment as it is. If it breaks, you will have to reinstall the app. - Create a sandbox (Environment): Create a separate environment named my_ai with Pyth...