Install MaryTTS locally and maven problems! Please help!

I am following this thread:

https://github.com/marytts/marytts/wiki/Local-MaryTTS-Server-Installation

At the line

sudo -u mary mvn package

I got an error like:

sudo: mvn command not found

Can anybody had use MaryTTS locally show me some tips?
And how to execute MaryTTS from commandline?
p.s: I’m using raspberry pi 3 with raspian Jessie and OH 1.8.3

You need to install maven to run the mvn command.

1 Like

i did install maven already, I checked the maven version on my rasp and it said apache maven 3.3.9

Then you need to make sure mvn is in your path.

If it doesn’t how to change the path ?