Changes between Version 35 and Version 36 of VirtualEnv


Ignore:
Timestamp:
Aug 30, 2010, 7:37:10 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v35 v36  
    9595}}}
    9696
    97 Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution.
     97Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution.  For example,
     98{{{
     99export CHIMERA=$(cd $HOME/src/Chimera64-build && pwd -P)
     100export PATH=$PATH:$CHIMERA/bin/
     101export LD_LIBRARY_PATH=$CHIMERA/lib
     102$CHIMERA/bin/easy_install pylint
     103$CHIMERA/bin/easy_install pyflakes
     104}}}
    98105
    99106