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:
caoanjies-MBP:desktop caoanjie$ cd sphinxbase-5prealpha
caoanjies-MBP:sphinxbase-5prealpha caoanjie$ pocketsphinx_continuous -inmic yes
-bash: pocketsphinx_continuous: command not found
caoanjies-MBP:sphinxbase-5prealpha caoanjie$ cd /desktop/pocketsphinx-5prealpha
-bash: cd: /desktop/pocketsphinx-5prealpha: No such file or directory
caoanjies-MBP:sphinxbase-5prealpha caoanjie$ pocketsphinx_continuous -inmic yes
-bash: pocketsphinx_continuous: command not found
caoanjies-MBP:sphinxbase-5prealpha caoanjie$
Sorry for this..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!