Page 1 of 1

NEURON and Python Installation on Ubuntu 16.04

Posted: Thu May 17, 2018 9:42 am
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

Re: NEURON and Python Installation on Ubuntu 16.04

Posted: Thu May 17, 2018 3:33 pm
by ted
src is in nrn, the root directory of NEURON's source code, which is where you executed ./configure ...

Re: NEURON and Python Installation on Ubuntu 16.04

Posted: Wed May 30, 2018 4:32 pm
by aeronlaffere
Thanks, that was a silly oversight on my part.