- This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Basic skills › Programming › Shell scripting (in bash) › Running Scripts Error
Hello,
When I try and run any of the scripts, for example initialise_model, (with simonk as user, the incorrect path unhashed, and the correct path hashed, with access to all files under scripts being correct), it returns
cat: resources/word_list: No such file or directory
even though the files exist. I can’t seem to get past this, which is prohibiting me from continuing with the rest of the assignment.
You are probably running the script from inside the scripts directory. The scripts are very simple and only work from the main directory. You should run them like this:
$ pwd /home/atlab/Documents/sp/digit_recogniser $ ./scripts/initialise_models
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in