Changes between Version 8 and Version 9 of VirtualEnv


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

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v8 v9  
    3535}}}
    3636
    37 Now use these setuptools to install any python package into the Chimera specific python distribution.  For example, install the virtualenv package, like so:
     37If you prefer to use distribute instead of setuptools, try the following:
     38{{{
     39$ sudo -i
     40# export CHIMERA=/opt/UCSF/Chimera64-2010-08-05
     41# export PATH=$PATH:$CHIMERA/bin/
     42# export LD_LIBRARY_PATH=$CHIMERA/lib
     43# curl -O http://python-distribute.org/distribute_setup.py
     44# $CHIMERA/bin/python2.7 distribute_setup.py
     45...
     46Processing distribute-0.6.14-py2.7.egg
     47creating /opt/UCSF/Chimera64-2010-08-05/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg
     48Extracting distribute-0.6.14-py2.7.egg to /opt/UCSF/Chimera64-2010-08-05/lib/python2.7/site-packages
     49Adding distribute 0.6.14 to easy-install.pth file
     50Installing easy_install script to /opt/UCSF/Chimera64-2010-08-05/bin
     51Installing easy_install-2.7 script to /opt/UCSF/Chimera64-2010-08-05/bin
     52
     53Installed /opt/UCSF/Chimera64-2010-08-05/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg
     54Processing dependencies for distribute==0.6.14
     55Finished processing dependencies for distribute==0.6.14
     56After install bootstrap.
     57Creating /opt/UCSF/Chimera64-2010-08-05/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info
     58Creating /opt/UCSF/Chimera64-2010-08-05/lib/python2.7/site-packages/setuptools.pth
     59}}}
     60
     61
     62Now use these tools to install any python package into the Chimera specific python distribution.  For example, install the virtualenv package, like so:
    3863
    3964{{{