Project

General

Profile

Install Appion Packages » History » Version 28

Anchi Cheng, 03/04/2011 03:06 PM

1 28 Anchi Cheng
h1. Install Appion Packages
2
3
h3. Install the appion python package
4
5
The pysetup.py script above did not install the appion package.  Since the appion package includes many executable scripts, it is important that you know where they are being installed.  To prevent cluttering up the /usr/bin directory, you can specify an alternative path, typically /usr/local/bin, or a directory of your choice that you will later add to your PATH environment variable.  Install appion like this:
6
<pre>
7
cd appion
8
sudo python setup.py install --install-scripts=/usr/local/bin
9
</pre>
10
11 27 Anchi Cheng
{{include(appion:Install Appion Packages Shared)}}
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 3 Amber Herold
[[Perform system check|< Perform system check]] | [[Configure leginon.cfg|Configure leginon.cfg >]]
26
27 1 Amber Herold
______