如何在linux上安装mu micropython编辑器?

时间:2017-10-17 16:09:19

标签: python editor mu

我正在开发Micro:Bit,但我无法在Linux机器上安装MU编辑器。

有人可以提供在Linux机器上安装mu编辑器的步骤吗?

2 个答案:

答案 0 :(得分:0)

  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

  6. More information available at the source of the instructions

答案 1 :(得分:0)

我在ubuntu论坛上撰写了这篇文章 https://ubuntuforums.org/showthread.php?t=2377314