NEURON and Python Installation on Ubuntu 16.04

Post Reply
aeronlaffere

NEURON and Python Installation on Ubuntu 16.04

Post by aeronlaffere »

Hello, thanks for accepting my membership to the forum. I have recently been trying NEURON for the first time as I embark on a modeling project. Unfortunately, I have run into difficulty importing NEURON into Python.

I have had a few problems along the way and been less than diligent in documenting them. I think my main hurdle at the moment is the following step from these instructions.

Code: Select all

cd src/nrnpython
python setup.py install
I have not located the directory being referred to. My main aim at this point in time is reaching the stage of importing NEURON into Python so I would be anxious to hear any suggestions.

Best,

Aeron
ted
Site Admin
Posts: 6287
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: NEURON and Python Installation on Ubuntu 16.04

Post by ted »

src is in nrn, the root directory of NEURON's source code, which is where you executed ./configure ...
aeronlaffere

Re: NEURON and Python Installation on Ubuntu 16.04

Post by aeronlaffere »

Thanks, that was a silly oversight on my part.
Post Reply