bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
603 stars 284 forks source link

Use full yotta command (not yt) during build #634

Closed knowledgejunkie closed 3 years ago

knowledgejunkie commented 5 years ago

yotta is now packaged for Debian testing/unstable, and should be available to install via apt in the forthcoming stable releases of Debian 10 "Buster" and Ubuntu 19.04 "Disco Dingo".

When yotta is installed via the apt package manager on Debian/Ubuntu, the yt shorthand alternative for the yotta command is unavailable due to a clash with an identically-named command from the python3-yt package.

This update ensures the default yotta command is used when building MicroPython via the Makefile, and updates the README to use the full yotta command.

dpgeorge commented 5 years ago

Thanks for the contribution, it looks good to me. I tested it on Arch Linux and it works fine.

dpgeorge commented 3 years ago

Merged in 3923ae7de9e905bcfa0e923a3495b89b2e309978 and 76cc06158fdbf913569972f0bc3bcbe85c4c6378, with the latter commit updated to also change instances of "yt" in the docs.