I am installing sbt in my cloudera distribution.
- I have downloaded sbt.0.13.15
- Moved file to /usr/local
- Then I had updated profile sudo nano profile Added export PATH=$PATH:/usr/local/sbt/bin Saved file and exited.
- But now if I issue "sbt about" command, I am getting sbt: command not found.
Could you please help to resolve this issue.
Some suggestions:
echo $PATH
source .profile