Created
September 27, 2018 16:55
-
-
Save tarelli/a2cc07bfeb74aeb74eed836d2f133d0d to your computer and use it in GitHub Desktop.
NEURON installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10523 git clone --branch 7.6.2 https://github.com/neuronsimulator/nrn | |
10524 cd nrn | |
10525 ./configure --without-x --with-nrnpython=python3 --without-paranrn --prefix="/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn/" --without-iv | |
10526 ./build.sh | |
10527 ./configure --without-x --with-nrnpython=python3 --without-paranrn --prefix="/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn/" --without-iv | |
10528 cd src/nrnpython | |
10529 cp ~/Documents/Development/nrn/src/nrnpython/setup.cfg . | |
10530 cd .. | |
10531 history | grep make | |
10532 make --silent -j4 | |
10533 history | grep make | |
10534 sudo make --silent install -j4 | |
10535 pyenv global 3.7 | |
10536 pyenv --versions | |
10537 pyenv versions | |
10538 pyenv global 3.7.0 | |
10539 sudo make --silent install -j4 | |
10540 python | |
10541 cd src/nrnpython | |
10542 history | grep setup.py | |
10543 python setup.py install --home=/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn | |
10544 sudo python setup.py install --home=/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn | |
10545 python | |
10546 python --version | |
10547 pip list | |
10548 sudo python setup.py install --home=/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn | |
10549 pip list | |
10550 python --version | |
10551 python | |
10552 ll | |
10553 python setup.py install --prefix=/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn/lib | |
10554 python setup.py install --prefix=/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn | |
10555 sudo python setup.py install --prefix=/Users/matteocantarelli/.pyenv/versions/netpynePython37/bin/nrn | |
10556 pip list | |
10557 python | |
10558 sudo python setup.py install --prefix=/Users/matteocantarelli/.pyenv/versions/netpynePython37 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment