When installing the neuron package (with python support, which is the default), a python prompt can't find the 'neuron' module.
It works when I run nrniv -python, but when I run 'python' and then 'import neuron' it can't find the neuron package.
(I did load the correct spack python package that was used to compile neuron)
Probably some PYTHONPATH that needs to be set (or the python part of neuron should be installed using pip).
When installing the neuron package (with python support, which is the default), a python prompt can't find the 'neuron' module. It works when I run nrniv -python, but when I run 'python' and then 'import neuron' it can't find the neuron package. (I did load the correct spack python package that was used to compile neuron) Probably some PYTHONPATH that needs to be set (or the python part of neuron should be installed using pip).