barkro
1
Hi all,
Following the tutorial, at 2.1.1 step 4, checking the install I have the following error:
$ dzn-env info dezyne
/home/user/bin/dzn-env: line 29: exec: info: not found
Any idea what’s going on / how to solve this? I’m working on fedora 32.
Cheers
barkro
2
related (I think)
$ dzn-env emacs
/home/user/bin/dzn-env: line 29: exec: emacs: not found
barkro via Dezyne Community writes:
Hello barkro,
Following the tutorial, at 2.1.1 step 4, checking the install I have the following error:
$ dzn-env info dezyne
/home/user/bin/dzn-env: line 29: exec: info: not found
related (I think)
$ dzn-env emacs
/home/user/bin/dzn-env: line 29: exec: emacs: not found
Any idea what’s going on / how to solve this? I’m working on fedora 32.
“dzn-env” just sets-up the environment; if you want to run info or
emacs (or any other command), you’ll have to install that program.
HTH,
Janneke
Ah I understand now, thanks!