Subject: Installation on machines using non-Python 2.7 as default
From: woonghee_lee
Date: Oct 11, 2019

Next: 1480


Dear all,


A few people have asked the installation steps for the machines using older or newer Python versions than 2.7 as default. Such as stock RHEL 6 or older distributions including CentOS or Mac OS set to use Python 3 as default. In that case, you can use Python 2.7 in NMRFAM-SPARKY to execute the install.py script.


On Mac, after untar:

$ cd nmrfam-sparky-mac

$ sudo python2.7/bin/python2.7 ./install.py


On Linux, after untar:

$ cd nmrfam-sparky-linux64

$ sudo python2.7/bin/python2.7 /usr/local/src


Hopefully, this helps.


Best,

Woonghee