Changes

Jump to navigation Jump to search

Anaconda linux mac

378 bytes added, 06:59, 8 September 2017
# Run unittest
./relax -u
 
# Try open GUI
./relax -g
# On a mac, if you get this error:
## This program needs access to the screen.
## Please run with a Framework build of python, and only when you are
## logged in on the main display of your Mac.
# Then you should use "pythonw" instead of "python"
pythonw ./relax -g
 
# Run system tests
./relax -s --time
</syntaxhighlight>
=== Make a an alias to relax===
<syntaxhighlight lang="bash">
cd $HOME/Downloads
mkdir -p $HOME/software
mv nmr-relax-code $HOME/software
 
echo '# nmr-relax' >> ${HOME}/.cshrc
echo "'alias relax ${PWDHOME}/software/nmr-relax-code/relax" ' >> ${HOME}/.cshrc
</syntaxhighlight>
Restart terminal to take effect
 
== See also ==
[[Category:Installation]]
Trusted, Bureaucrats
1,382

edits

Navigation menu