External Python dependencies and Mojo binaries
I've just compiled a small Mojo program that uses Python iterop and the numpy library. Running the binary, everything works fine.
Hypothetically though, if I shared the binary with someone using the same os and hardware architecture as me, would they need to have Python and numpy installed (bare metal or virtualenv) to run the binary?
Or is the binary standalone?
Hypothetically though, if I shared the binary with someone using the same os and hardware architecture as me, would they need to have Python and numpy installed (bare metal or virtualenv) to run the binary?
Or is the binary standalone?
