I'm very new to programming so if this is a dumb question pardon me...
I've been following the tutorial and everything went well, until the test part, when I copy pasted this line into terminal:
pocketsphinx_continuous -inmic yes
I only got this back:
-bash: pocketsphinx_continuous: command not found
Any idea on what could possibly happen? Thanks a lot!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry I'm not familiar with terminal thing...can you explain a little bit? I googled but still don't understand..do you mean change directory? Cause I tried this:
Hi,
I'm very new to programming so if this is a dumb question pardon me...
I've been following the tutorial and everything went well, until the test part, when I copy pasted this line into terminal:
I only got this back:
Any idea on what could possibly happen? Thanks a lot!
You didn't set PATH environment variable.
Sorry I'm not familiar with terminal thing...can you explain a little bit? I googled but still don't understand..do you mean change directory? Cause I tried this:
Sorry for this..
https://www.udacity.com/course/linux-command-line-basics--ud595
Thanks!