After installing magic and running 'magic init (...)', getting Error launching 'mojo': No such file
I first ran 'magic init mojo_sandbox --format mojoproject', which seems to have succeeded, but then when trying 'magic run mojo --version' I get the above error: 'Error launching 'mojo': No such file' (I checked, ./.magic/envs/default/bin/mojo is there). Not sure where to go from there?
2 Replies
Does it work if you first switch to the shell -
magic shell
. Then running just mojo
no, same issue 😦
'bash: /home/rdupont/code/mojo/mojo_sandbox/.magic/envs/default/bin/mojo: cannot execute: required file not found'