Changes between Version 21 and Version 22 of VirtualEnv


Ignore:
Timestamp:
Aug 25, 2010, 2:23:40 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v21 v22  
    226226tar zxvf sip-4.10.5.tar.gz
    227227cd sip-4.10.5
    228 python configure.py
     228python configure.py --debug
    229229make
    230230make install
     
    241241# should be installed already by a prior installation of Qt4 or PyQt into the
    242242# system paths
    243 python configure.py --qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin
     243python configure.py --debug --qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin
    244244make
    245245make install
     
    253253tar zxvf QScintilla-gpl-2.4.3.tar.gz
    254254cd QScintilla-gpl-2.4.3/Python
    255 python configure.py
     255python configure.py --debug
    256256make
    257257make install
     
    282282{{{
    283283source ~/src/chimera-virtualenv/bin/activate
    284 export CHIMERA=$HOME/src/Chimera64-daily
     284export CHIMERA=$(cd $HOME/src/Chimera64-daily && pwd -P)
     285export LD_LIBRARY_PATH=$CHIMERA/lib
     286#export LD_PRELOAD=libotf.so
    285287export TCL_LIBRARY="$CHIMERA/lib/tcl8.6"
    286288export TCLLIBPATH="{$CHIMERA/lib}"
    287289unset TK_LIBRARY
    288290unset TIX_LIBRARY
    289 #export LD_PRELOAD=libotf.so
    290291export PATH=$PATH:$CHIMERA/bin
    291292unset PYTHONHOME