Check Docker & Python
Make sure both are ready
Open your PowerShell/Terminal and run these two tests:
docker --versionpython3 --version
If you see version numbers (not errors), you’re good to go.
Windows tip: If
python3
shows an error, trypython --version
instead. In later steps, replacepython3
withpython
if needed.
Last updated