How do I get the most recent mpy-cross? #18616
Unanswered
davefes
asked this question in
Using MicroPython
Replies: 1 comment 1 reply
-
|
When you build it, the binary is created inside locally as ./build/mpy-cross The copy you're running that's registered on the path will have been installed a different way, you might be able to find where it is by running Taking a guess, your installed copy might be from the pip package, if so you could |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my clone of micropython
git pullAlready up to date.Should it not be v1.27.0 ... emitting mpy v6.3
I did a
git pullin my local mpy-cross directory and it said:Already up to date.What am I not doing correctly?
Beta Was this translation helpful? Give feedback.
All reactions