Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Micro:Bit 上开发一些东西,但我无法在 Linux 机器上安装 MU 编辑器。
有人可以提供在 Linux 机器上安装 mu 编辑器的步骤吗?
我在 ubuntu 论坛 https://ubuntuforums.org/showthread.php?t=2377314上撰写了这篇文章
下载最新的穆
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
说明来源提供了更多信息