[Magic CLI]: mojo
or mojo debug
lead to "error while loading shared libraries: libedit.so.2"
#3629
Labels
mojo-repo
Tag all issues with this label
Issue description
When running
mojo
ormojo debug main.mojo
Getting the error:
/home/julian/programming/mojo/hello2/.magic/envs/default/bin/mojo-lldb: error while loading shared libraries: libedit.so.2: cannot open shared object file: No such file or directory
However
mojo main.mojo
works! 🟢Steps to reproduce
Setup project with
magic init hello --format mojoproject
Run commands from issue description
Version Info
The text was updated successfully, but these errors were encountered: