我如何在 linux 上安装 mu micropython 编辑器?
How can i Install mu micropython editor on linux?
我正在 Micro:Bit 上开发一些东西,但我无法在 Linux 机器上安装 MU 编辑器。
有人可以提供在 Linux 机器上安装 mu 编辑器的步骤吗?
cd the_folder_where_mu_was_downloaded
chmod +x mu-0.9.12.linux.bin
sudo usermod -a -G dialout username
./mu-0.9.12.linux.bin
More information available at the source of the instructions
我在 ubuntu 论坛上创作了这个 post
https://ubuntuforums.org/showthread.php?t=2377314
我正在 Micro:Bit 上开发一些东西,但我无法在 Linux 机器上安装 MU 编辑器。
有人可以提供在 Linux 机器上安装 mu 编辑器的步骤吗?
cd the_folder_where_mu_was_downloaded
chmod +x mu-0.9.12.linux.bin
sudo usermod -a -G dialout username
./mu-0.9.12.linux.bin
More information available at the source of the instructions
我在 ubuntu 论坛上创作了这个 post https://ubuntuforums.org/showthread.php?t=2377314