Skip to content

Commit

Permalink
Add location of neuron when pip installed on Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jul 4, 2024
1 parent e6981bf commit bf3a099
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ else if (Utils.isLinuxBasedPlatform())
options.add("/usr");
options.add("/usr/local");
options.add("/usr/local/nrn/x86_64");
options.add("/srv/conda/envs/notebook/"); // location of neuron when pip installed on Binder...
}

for (String option : options)
Expand Down

0 comments on commit bf3a099

Please sign in to comment.