VSCode Remote Development

Ubuntu Remote 192.168.1.8 Dev/dev_python/lab/learn hello.py main.py Create .venv python3.8 .venv ubuntu@pi4b:~$ /home/ubuntu/.venv/bin/python /home/ubuntu/Dev/dev_python/lab/learn/hello.py Hello, World! pip install fastapi Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio=3.4.0->starlette=0.40.0->fastapi) (2.8) Collecting exceptiongroup>=1.0.2; python_version…

Continue ReadingVSCode Remote Development