Search found 2 matches
- Fri Nov 15, 2024 6:49 pm
- Forum: ESP-IDF
- Topic: debugging on ubuntu linux -- how to compile/install python2.7 properly
- Replies: 3
- Views: 1520
Re: debugging on ubuntu linux -- how to compile/install python2.7 properly
I got the above method to work but I really didn't want to have to have python2 installed on my system if I could avoid it to keep things clean and prevent other software from trying to use it.
- Tue Oct 29, 2024 9:07 pm
- Forum: ESP-IDF
- Topic: debugging on ubuntu linux -- how to compile/install python2.7 properly
- Replies: 3
- Views: 1520
Re: debugging on ubuntu linux -- how to compile/install python2.7 properly
After trying to sort this out for way too long in Ubuntu 24.04, using VS Code, I was able to get debugging functioning with an esp32-s3 by installing the libpython3-all-dev and libpython3-all-dbg packages.