Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-09-2022 10:17 AM
In Setting up the Project -> Set up a new Environment:
The directions for creating a virtual environment aren't working. After creating the virtual environment by running the provided command: `python -m venv neoflix` then trying to activate the environment with the provided command: `source neoflix/bin/activate` , I am getting the response "bash: neoflix/bin/activate: No such file or directory".
Solved! Go to Solution.
11-10-2022 01:10 AM
Hi @jessica_baker ,
Here is the link for the Neo4j Python driver: https://neo4j.com/docs/api/python-driver/current/. Please refer to it for the installation and also for the initial examples. As for the Python venv, you have to check where it is located in your machine and then make the command as source <venv_path>/bin/activate and it will work.
Regards,
Busymo
11-09-2022 12:16 PM
The command: `pip install neo4j` does not work either.
11-10-2022 01:10 AM
Hi @jessica_baker ,
Here is the link for the Neo4j Python driver: https://neo4j.com/docs/api/python-driver/current/. Please refer to it for the installation and also for the initial examples. As for the Python venv, you have to check where it is located in your machine and then make the command as source <venv_path>/bin/activate and it will work.
Regards,
Busymo
All the sessions of the conference are now available online