Issue: Can not find working Python 3.6+ Interpreter (Ubuntu) ============================================================= Symptoms ********* PlatformIO reports error "Can not find working Python 3.6+ Interpreter, and asks path to python 3. Python 3 doesn't start even /usr/bin/python3 is there. Solution ******** sudo apt install -y python3-venv Note: