Differences between revisions 1 and 2
Revision 1 as of 2017-05-12 19:32:39
Size: 2548
Editor: TunayDurmaz
Comment: cleanup new page, keep the structure
Revision 2 as of 2017-05-12 19:35:01
Size: 2582
Editor: TunayDurmaz
Comment: under construction
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= !!! UNDER CONSTRUCTION !!! =

!!! UNDER CONSTRUCTION !!!

All platforms

Testing

After installing on any of the systems below, you should test to make sure it's working. While we have unit testing, it is mainly for developers. Instead, we suggest just running the following 4 basic tests:

  • e2version.py (make sure the displayed version is what you expect, including the timestamp. If you have any problems we need you to include the output from this command in your message)
  • e2speedtest.py (will also give you the relative speed to expect from your machine)
  • e2projectmanager.py (if the GUI pops up, it's working)
  • e2proc2d.py anyimagefile bdb:test (anyimagefile is any 2d image or stack supported by eman2, this will make sure the database works)

Mac OS X

To install:

  1. Download the appropriate file .... .
  2. If you use the bash shell, add the following line to your ".profile" file:
    test -r /Applications/EMAN2/eman2.bashrc && source /Applications/EMAN2/eman2.bashrc
  3. Restart your terminal program for a fresh shell. EMAN2 should now be installed and function properly.

Notes:

  • Placeholder

Linux

Paragraph:

bash <installer>

When the installer is done (takes only a few seconds), it will display an instruction to add eman2.bashrc to your login script (or similar, depending on what shell you use).

Additional tips:

  • Bold text, you should put the EMAN2 'source' after the EMAN1 'source' in your .bashrc file.

  • List 2

Windows

Paragraph.

Paragraph.

Anyway, if you're not deterred by my doom and gloom, we do try to make installation as simple as possible, and it IS possible to use EMAN2 effectively on Windows:

  • If you have installed previous version of EMAN2. Please uninstall it and remove a directory called c:\tmp\eman2db-***.
  • After installation, try running:
    • e2version.py
    • e2speedtest.py
    • e2display.py
  • Do not try to run EMAN2 programs using desktop Icons. You need to open a command prompt and run the commands from there. Even the GUI tools should be launched this way.

Environement Variable Setting For EMAN2 (All platforms)

In some rare cases, the EMAN2 installer will not be able to update your environment variables properly. In such cases, we need set up environment variables like PATH, LD_LIBRARY_PATH and PYTHONPATH for EMAN2 to work correctly. These environment variables should be automatically set when you run eman-installer script when you install binary EMAN release.

EMAN2/Install/BinaryInstallAnaconda/ContinuousBuild (last edited 2023-02-19 20:09:56 by TunayDurmaz)