Install Appion Packages » History » Revision 37
Revision 36 (Amber Herold, 01/08/2014 12:21 PM) → Revision 37/41 (Carl Negro, 09/10/2015 01:27 PM)
h1. Install Appion Packages
h2. Install the appion python package
{{include(Install_Appion_bin_shared)}}
h2. Install all the myami python packages _except appion_ using the following script:
{{include(appion:Install Appion Packages Shared)}}
h3. Check permissions:
Verify that the root user has executable permission for rctacquisition.py. It may be necessary to run:
<pre>
chmod 755 ./leginon/rctacquisition.py
</pre>
h2. Set additional appion environment variables
Finally, you will need to set the the MATLABPATH environment variable in order to get the Appion utilities that use Matlab to work.
For bash:
<pre>
export MATLABPATH=$MATLABPATH:<your_appion_directory>/ace
</pre>
or C shell
<pre>
setenv MATLABPATH $MATLABPATH:<your_appion_directory>/ace
</pre>
______
[[Download Appion Files|< Download Appion/Leginon Files]] | [[Perform system check|Perform system check >]]
______