Hi Tanmay- The maven install command will copy jars to your local maven cache. Then if you try to compile a second program with dependency on mahout, it should work.
The likely reason it is telling you command not found is it's not on the path. Can you reply with the full error it is giving you? tg On Fri, Apr 8, 2022 at 9:19 AM Tanmay Chavan <[email protected]> wrote: > Hi, > > I am trying to install Apache Mahout Ubuntu linux machine for a college > project. I downloaded it using the link provided on the main page (v 14.1) > as well as the download page, and tried to build it using mvn -DskipTests > clean install. The build seemed to conclude successfully. However, it still > shows mahout: command not found on shell. How can I install the software > without building it from source? Is there any binary for mahout? > > Sincerely, > Tanmay >
