Changes between Version 4 and Version 5 of ChimeraPyPackages


Ignore:
Timestamp:
Jan 31, 2011, 1:26:38 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraPyPackages

    v4 v5  
    1010
    1111{{{
     12#!sh
    1213cd ~/Downloads/
    1314chmod +x chimera-alpha-linux_x86_64.exe
     
    1819Here's an example of the interactive prompts and replies:
    1920{{{
     21#!sh
    2022UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@lists.wku.edu).
    2123Original path: '/home/dweber/Downloads'
     
    5153This installation did not use sudo privileges, so the install path was changed from {{{/opt/UCSF/Chimera64-2010-08-05}}} to {{{$HOME/src/Chimera64-daily}}}.  To install the desktop menu and icons:
    5254{{{
     55#!sh
    5356$HOME/src/Chimera64-daily/bin/xdg-setup install
    5457}}}
     
    5659Lastly, a few environment variables are set to simplify executing the new installation programs.  If your installation path is different, you will need to set the CHIMERA environment variable to your path.  The CHIMERA path must point to a hard-link, not a sym-link, in the directory tree.  '''Warning: do not set these environment variables for daily work with Chimera, they are to be set for a shell session that is only required during installation of additional python packages into the Chimera distribution of python.'''
    5760{{{
     61#!sh
    5862# For a daily build, use:
    5963export CHIMERA=$($HOME/src/Chimera64-daily/bin/chimera --root)
     
    7074Option A: to use [http://pypi.python.org/pypi/distribute distribute], try the following:
    7175{{{
     76#!sh
    7277cd ~/Downloads
    7378curl -O http://python-distribute.org/distribute_setup.py
     
    7782Option B: to use [http://pypi.python.org/pypi/setuptools setuptools], try the following:
    7883{{{
     84#!sh
    7985cd ~/Downloads
    8086curl -O http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
     
    8490Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution.  For example,
    8591{{{
     92#!sh
    8693export CHIMERA=$($HOME/src/Chimera64-daily/bin/chimera --root)
    8794export PATH=${CHIMERA}/bin/:${PATH}
     
    96103
    97104{{{
     105#!sh
    98106#!/bin/bash
    99107