Luke Wakeling
Results
2
comments of
Luke Wakeling
Same here: ``` $ uname -a Linux luke-NL40-50CU 5.15.0-84-generic #93-Ubuntu SMP Tue Sep 5 17:16:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux $ arduino-cli core install esp32:esp32 Downloading packages... esp32:[email protected] esp32:[email protected]...
OK, inside the container: ``` # apt update # apt install python3-venv # python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)" ``` So I had python-nenv installed in the host, but the container...