Neo4j-import: command not found

I'm very new to Neo4j and presently facing an issue when I try to import data:

$ neo4j-import 

The response I get is the following:

neo4j-import: command not found

Neo4j Version: 4.0.3 Enterprise Edition for Development.
I have already tried reinstalling, still no luck! Any pointers on what am I missing?

Hi,

You can use "neo4j-admin import" instead of "neo4j-import".

1 Like

correct. bin/neo4j-admin import superceedes neo4j-import which was deprecated and removed in Neo4j v3.x

1 Like

Here's the link for someone lost like me.