In order to install python3 to the Linux distro included in the SDK, I used the opkg command as follows:
opkg list | grep i python3-
(no response from Linux to above)
opkg install python3
(received error message: "opkg_prepare_url_for_install: Coudn't find anything to satisfy 'python3"")
Does this mean that python3 is not available for this distro?
Thanks.
Peter H.
