Got "neo4j: command not found" error when installing Neo4j on Linux machine -
i tried install neo4j1.9.2 on ubuntu machine. downloaded neo4j-community-1.9.2-unix.tar.gz neo4j.org , unzipped it. neo4j file in bin directory.
in bin directory, typed command "neo4j start", got error "neo4j: command not found". tried command "sudo neo4j install", after provided password, got same error "neo4j: command not found".
java has been installed on machine: java version "1.6.0_27" openjdk runtime environment (icedtea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1) openjdk 64-bit server vm (build 20.0-b12, mixed mode)
you don't have .
in path
, need ./neo4j start
.
Comments
Post a Comment