Changes between Version 6 and Version 7 of VirtualEnv


Ignore:
Timestamp:
Aug 24, 2010, 3:01:03 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v6 v7  
    22== Installing a Python Virtual Environment for Chimera ==
    33
    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 build from 2010-08-05.  To run the installation (accept all the defaults in the prompts):
     4Get 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):
    55
    66{{{
     
    1010}}}
    1111
    12 This will install Chimera into {{{/opt/UCSF/Chimera64-2010-08-05}}} and I like to have it install symlinks into
     12This 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
    1313{{{
    1414$ ls -al /usr/local/bin/chimera*
     
    1717}}}
    1818
    19 In the following notes, a few environment variables are set to simplify executing the new installation programs, i.e.:
     19In 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.
    2020{{{
    2121$ export CHIMERA=/opt/UCSF/Chimera64-2010-08-05
     
    2424}}}
    2525
    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).
     26Now 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).
    2727
    2828{{{