We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac46e1e commit df4dd36Copy full SHA for df4dd36
omv/engines/getnrn.py
@@ -1,7 +1,6 @@
1
import os
2
import sys
3
from subprocess import check_output as co
4
-from distutils.core import run_setup
5
from omv.common.inout import inform
6
from omv.common.inout import pip_install
7
@@ -57,4 +56,4 @@ def install_neuron(version):
57
56
print(co(["make", "install"]))
58
59
os.chdir("src/nrnpython")
60
- run_setup("./setup.py", ["install"])
+ print(co(["pip", "install", "."]))
0 commit comments