Project

General

Profile

Install Appion Packages » History » Version 36

Amber Herold, 01/08/2014 12:21 PM

1 28 Anchi Cheng
h1. Install Appion Packages
2
3 32 Anchi Cheng
h2. Install the appion python package
4 28 Anchi Cheng
5 35 Anchi Cheng
{{include(Install_Appion_bin_shared)}}
6 28 Anchi Cheng
7 32 Anchi Cheng
h2. Install all the myami python packages _except appion_ using the following script:
8 1 Amber Herold
9
{{include(appion:Install Appion Packages Shared)}}
10 32 Anchi Cheng
11
h2. Set additional appion environment variables
12 28 Anchi Cheng
13
Finally, you will need to set the the MATLABPATH environment variable in order to get the Appion utilities that use Matlab to work.
14
For bash:
15
<pre>
16
export MATLABPATH=$MATLABPATH:<your_appion_directory>/ace
17
</pre>
18
or C shell
19
<pre>
20
setenv MATLABPATH $MATLABPATH:<your_appion_directory>/ace
21
</pre>
22 2 Amber Herold
23
______
24
25 36 Amber Herold
26 34 Amber Herold
[[Download Appion Files|< Download Appion/Leginon Files]] | [[Perform system check|Perform system check >]]
27 36 Amber Herold
28 1 Amber Herold
______