Changes between Version 4 and Version 5 of ChimeraPyPackages
- Timestamp:
- Jan 31, 2011, 1:26:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChimeraPyPackages
v4 v5 10 10 11 11 {{{ 12 #!sh 12 13 cd ~/Downloads/ 13 14 chmod +x chimera-alpha-linux_x86_64.exe … … 18 19 Here's an example of the interactive prompts and replies: 19 20 {{{ 21 #!sh 20 22 UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@lists.wku.edu). 21 23 Original path: '/home/dweber/Downloads' … … 51 53 This 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: 52 54 {{{ 55 #!sh 53 56 $HOME/src/Chimera64-daily/bin/xdg-setup install 54 57 }}} … … 56 59 Lastly, 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.''' 57 60 {{{ 61 #!sh 58 62 # For a daily build, use: 59 63 export CHIMERA=$($HOME/src/Chimera64-daily/bin/chimera --root) … … 70 74 Option A: to use [http://pypi.python.org/pypi/distribute distribute], try the following: 71 75 {{{ 76 #!sh 72 77 cd ~/Downloads 73 78 curl -O http://python-distribute.org/distribute_setup.py … … 77 82 Option B: to use [http://pypi.python.org/pypi/setuptools setuptools], try the following: 78 83 {{{ 84 #!sh 79 85 cd ~/Downloads 80 86 curl -O http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg … … 84 90 Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution. For example, 85 91 {{{ 92 #!sh 86 93 export CHIMERA=$($HOME/src/Chimera64-daily/bin/chimera --root) 87 94 export PATH=${CHIMERA}/bin/:${PATH} … … 96 103 97 104 {{{ 105 #!sh 98 106 #!/bin/bash 99 107
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)