Easy to install in offline enviroment, will mojo keep it and provide a package system ?
Recently I just tar entire .modular folder to another machine in our company, which is limit access internal only.
I found it's quite easy make it work , I skip venv/jupyter parts, just:
* modify mojo.cfg
* add some missing .so the my LIBRARY env . (machine has libtinfo.so.6, but no libtinfo.so, I don't know why )
Then all is magically works. I really like this. 😄
I like this minimalist compiler installation just like Nim. Hope mojo can keep like this , and borrow Nim/Nimble package concept. Make install package easy on offline environment.
0 Replies