Hello. I have done this already, and it is not working. Thanks
• 0 views
•
link
Hello everyone
I am trying to install mugsy, but when I try to run it, I get the next error message:
-directory must be a directory at ./mugsy line 246
How can I solve this? Thanks in advance.
The error message is clear, and if you read the README.install file from Mugsy distribution you would:
Edit MUGSY_INSTALL in mugsyenv.sh and set to absolute path of the installation directory
In bash, run source mugsyenv.sh
That is, before running Mugsy, you have to set some environment variables:
source mugsyenv.sh
Then you run mugsy.
Log in to answer this question.
You don't give much info but it looks like you're not giving a valid directory to the --directory option.
I don know if it is an installation issue, or a problem with the command line. The whole error message is the next:
Do not post comments as an answer to your question, use add comment instead.
Was a solution ever found to this problem? I am getting the same error even though I have 'run source mugsyenv.sh' and
echo $MUGSY_INSTALLreturns the path to my mugsy executable.