Thanks but this command produces an error:
*debian@beaglebone:~$ python3 -m pip list/usr/bin/python3: No module named pip* How do I install a pip3 or pip for python3? I tried a few combinations with apt-get and couldn't find what to install. I thought that BBB is probably not optimized to run python3 code otherwise these facilities should have been in place for the average python person. Best, On Thursday, June 29, 2017 at 9:56:06 AM UTC-5, Brett Hamilton wrote: > > The python module in pyserial is called serial, so no mystery there. > > To run a version of pip for your python3.4 you can use "python3 -m pip > [pip args]". > -- 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/96b2d069-44e8-4c26-9993-e7d78bbbe112%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
