Thank you
Enviado desde mi Samsung Mobile de Claro-------- Mensaje original --------De: Dennis Lee Bieber <[email protected]> Fecha: 8/22/2018 15:02 (GMT-05:00) A: [email protected] Asunto: [beagleboard] Re: Phypton for Beaglebone On Wed, 22 Aug 2018 14:44:11 -0500, hcasalncasal1963 <[email protected]> declaimed the following: >If I understood Well your explanation , for now I should use python 3. 5 and >ubuntu for my projects. Is it correct? Just use the Python that comes on the Beaglebone -- it has both 2.7 and 3.5 already in the normal (lxqt) install (don't even consider Ubuntu). "python" will run using 2.7 "python3" will run using 3.5 debian@beaglebone:~$ uname -a Linux beaglebone 4.14.49-ti-r54 #1 SMP PREEMPT Fri Jun 15 22:14:13 UTC 2018 armv7l GNU/Linux debian@beaglebone:~$ python --version Python 2.7.13 debian@beaglebone:~$ python3 --version Python 3.5.3 debian@beaglebone:~$ -- Wulfraed Dennis Lee Bieber AF6VN [email protected] HTTP://wlfraed.home.netcom.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/n1grndld615r997mm0m2jdbibknug8pdia%404ax.com. For more options, visit https://groups.google.com/d/optout. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/00lfg8w2ia7btpt1pdipneus.1535030782047%40email.android.com. For more options, visit https://groups.google.com/d/optout.
