How to Update from v20 (Linux) » History » Version 2
Anchi Cheng, 03/28/2011 07:08 PM
1 | 1 | Anchi Cheng | h1. How to Update from v20 (Linux) |
---|---|---|---|
2 | |||
3 | h2. Download myami 2.1.x source code |
||
4 | |||
5 | {{include(appion:Download_Appion_Files_Shared)}} |
||
6 | |||
7 | h2. Install Appion/Leginon Packages |
||
8 | |||
9 | h3. Install all the myami python packages _except appion_ using the following script: |
||
10 | |||
11 | <pre> |
||
12 | cd /your_download_area |
||
13 | cd myami |
||
14 | sudo ./pysetup.sh install |
||
15 | </pre> |
||
16 | |||
17 | That will install each package, and report any failures. To determine the cause of failure, see the generated log file "pysetup.log". If necessary, you can enter a specific package directory and run the python setup command manually. For example, if sinedon failed to install, you can try again like this: |
||
18 | |||
19 | <pre> |
||
20 | cd sinedon |
||
21 | sudo python setup.py install |
||
22 | </pre> |
||
23 | |||
24 | 2 | Anchi Cheng | {{include(Appion:Run Database Update Script)}} |
25 | 1 | Anchi Cheng | |
26 | ______ |
||
27 | |||
28 | [[How_to_Update_from_v20_(Microscope_Windows_Computer)|How to Update from v2.0 (Microscope Windows Computer) >]] |
||
29 | |||
30 | |||
31 | ______ |