Open
Description
A common issue at the moment is that people don't always have NEURON_HOME
set. With PyNeuroML, we can:
- check if it's set, if it is, just use the value
- if it's not set, locate the
nrniv
binary (usingwhich
or python native methods) - pass this to jneuroml etc. which need it
I haven't looked at how well this will work, but it's worth checking to make it a little easier for users.
Metadata
Metadata
Assignees
Type
Projects
Status
🏗 In progress