Changes between Version 6 and Version 7 of VirtualEnv
- Timestamp:
- Aug 24, 2010, 3:01:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualEnv
v6 v7 2 2 == Installing a Python Virtual Environment for Chimera == 3 3 4 Get a [http://www.cgl.ucsf.edu/chimera/download.html#daily daily build of Chimera]. In the examples below, it was a linux -64build from 2010-08-05. To run the installation (accept all the defaults in the prompts):4 Get a [http://www.cgl.ucsf.edu/chimera/download.html#daily daily build of Chimera]. In the examples below, it was a linux 64-bit build from 2010-08-05. To run the installation (accept all the defaults in the prompts): 5 5 6 6 {{{ … … 10 10 }}} 11 11 12 This will install Chimera into {{{/opt/UCSF/Chimera64-2010-08-05}}} andI like to have it install symlinks into12 This installation used sudo privileges to install into the default path, {{{/opt/UCSF/Chimera64-2010-08-05}}}. If you don't have sudo priviledges, install to an alternative path where you have write permissions. I like to have it install symlinks into 13 13 {{{ 14 14 $ ls -al /usr/local/bin/chimera* … … 17 17 }}} 18 18 19 In the following notes, a few environment variables are set to simplify executing the new installation programs , i.e.:19 In the following notes, 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. 20 20 {{{ 21 21 $ export CHIMERA=/opt/UCSF/Chimera64-2010-08-05 … … 24 24 }}} 25 25 26 Now get the setuptools package installed . Note the following has some version specific details that need attention for any current installation. At the time of writing, this installation used a specific svn-build of Chimera (2010-08-05) and a specific version of setuptools for the version of python that was built for Chimera (python2.7). It also assumes that Chimera was installed with sudo privileges, but that is not necessary (this should work for a user installation too, without the sudo privileges).26 Now get the setuptools package installed into the python system that was specifically built and installed for Chimera. Note the following has some version specific details that need attention for any current installation. At the time of writing, this installation used a specific daily-build of Chimera (2010-08-05) and a specific version of setuptools for the version of python that was built for Chimera (python2.7). 27 27 28 28 {{{
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)