Help getting LILYGO TTGO LoRa32 V2.1 loaded with firmware #60
-
So I hope I got the right board from aliexpress since it took like 3 months to get here haha. I have had the runaround, I hadn't loaded ubuntu in my vmware for months and for some reason it wouldn't update. Did a fresh install, got the rnodeconf installed, I am trying to do an automated setup. I entered all the correct hardware info, and then it tells me that python isn't found in usr/bin/env. I know its probably something super obvious. I have the board connected via USB, I didn't install any drivers for it. I saw the discussion where the german fellow has the same issue I tried doing the workaround using alias python=python3 and ran the autoinstaller again but got the same issue. I haven't installed anything onto the board yet, no SD card, etc. Figured I'd make a discussion to help future noobs out. Only other thing I can think of is that since it is a virtual machine it doesn't wanna do it. I'll break out a rpi tomorrow and see if that is the proble if I don't figure it out by then :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello! There's a chance you're running into a common issue with ubuntu, can you try following the responses here: https://stackoverflow.com/questions/3655306/ubuntu-usr-bin-env-python-no-such-file-or-directory |
Beta Was this translation helpful? Give feedback.
-
The issue occurs because there is no clear consensus about the naming of the Python 3 executable across OSes. The most widely compatible right now seems to be to use "python3" though, and I should probably just modify the |
Beta Was this translation helpful? Give feedback.
Hello! There's a chance you're running into a common issue with ubuntu, can you try following the responses here: https://stackoverflow.com/questions/3655306/ubuntu-usr-bin-env-python-no-such-file-or-directory