WSL terminal access July 11, 2025July 11, 2025 by ComputingNotes To go to the wsl terminal, In windows terminal PS,
Ubuntu WSL Troubleshooting Installing Python Versions April 19, 2025April 19, 2025 by ComputingNotes Python Install Version: 1. Update APT and install dependencies sudo apt updatesudo apt install software-properties-common -y 2. Add the deadsnakes PPA The deadsnakes repository contains newer Python versions: sudo add-apt-repository ppa:deadsnakes/ppasudo apt update 3. Install Python 3.11 sudo apt install python3.11 You can also install Python 3.10 similarly: sudo apt install python3.10 For Virtual env:sudo ... Read More
The Windows Subsytem for Linux (WSL) April 19, 2025April 19, 2025 by ComputingNotes How to install Linux on Windows with WSL https://learn.microsoft.com/en-us/windows/wsl/install Open ubuntu from start menu; cd /mnt/ to access the windows folders.