Install Appion Packages » History » Revision 38
Revision 37 (Carl Negro, 09/10/2015 01:27 PM) → Revision 38/41 (Carl Negro, 09/10/2015 02:21 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 all users have 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 >]] 
 ______