Search code examples
pythoneditormu

How can i Install mu micropython editor on linux?


I am developing something on Micro:Bit but I am not able to install MU editor on a Linux machine.

Can someone provide the steps for installing mu editor on a Linux machine?


Solution

    1. Download the latest Mu

    2. cd the_folder_where_mu_was_downloaded

    3. chmod +x mu-0.9.12.linux.bin

    4. sudo usermod -a -G dialout username

    5. ./mu-0.9.12.linux.bin

    More information available at the source of the instructions