Installation: Difference between revisions

m XDS package for Macs with Apple M processors: add ; such that cut-and-paste works
Line 130: Line 130:
# Added by CCP4 package manager:
# Added by CCP4 package manager:
. '/Applications/ccp4-7.1/bin/ccp4.setup-sh'
. '/Applications/ccp4-7.1/bin/ccp4.setup-sh'
# or
. '/Applications/ccp4-8.0/bin/ccp4.setup-sh'
# or
. '/Applications/ccp4-9/bin/ccp4.setup-sh'
</pre>If the file does not exist, create it - the easiest way is:
</pre>If the file does not exist, create it - the easiest way is:
<pre>
<pre>
Line 135: Line 140:
# or
# or
echo . /Applications/ccp4-8.0/bin/ccp4.setup-sh >> $HOME/.zprofile
echo . /Applications/ccp4-8.0/bin/ccp4.setup-sh >> $HOME/.zprofile
# or
echo . /Applications/ccp4-9/bin/ccp4.setup-sh >> $HOME/.zprofile
# depending on which CCP4 version you have installed
# depending on which CCP4 version you have installed
</pre>The <code>get_folder.sh</code> script (below) checks the CCP4 setup, and creates the necessary files if needed.
</pre>The <code>get_folder.sh</code> script (below) checks the CCP4 setup, and creates the necessary files if needed.