I've downloaded and installed RIAK from GitHub, along with all necessary dependencies. RIAK install without issue. I ran the command make devrel to generate nodes 1 - 5 for development purposes.
When I CD into each directory and execute the riak start command, I receive the following:
No command 'riak' found, did you mean: Command 'risk' from package 'xfrisk' (universe) riak: command not found
It seems that the OS can't execute the riak shell script in each directory. I'm deliberately building from source, as I'd like to review the clustering features of RIAK.
I'm running Ubuntu 12.04 LTS. Any help would be appreciated.