Changes between Version 21 and Version 22 of VirtualEnv
- Timestamp:
- Aug 25, 2010, 2:23:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualEnv
v21 v22 226 226 tar zxvf sip-4.10.5.tar.gz 227 227 cd sip-4.10.5 228 python configure.py 228 python configure.py --debug 229 229 make 230 230 make install … … 241 241 # should be installed already by a prior installation of Qt4 or PyQt into the 242 242 # system paths 243 python configure.py -- qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin243 python configure.py --debug --qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin 244 244 make 245 245 make install … … 253 253 tar zxvf QScintilla-gpl-2.4.3.tar.gz 254 254 cd QScintilla-gpl-2.4.3/Python 255 python configure.py 255 python configure.py --debug 256 256 make 257 257 make install … … 282 282 {{{ 283 283 source ~/src/chimera-virtualenv/bin/activate 284 export CHIMERA=$HOME/src/Chimera64-daily 284 export CHIMERA=$(cd $HOME/src/Chimera64-daily && pwd -P) 285 export LD_LIBRARY_PATH=$CHIMERA/lib 286 #export LD_PRELOAD=libotf.so 285 287 export TCL_LIBRARY="$CHIMERA/lib/tcl8.6" 286 288 export TCLLIBPATH="{$CHIMERA/lib}" 287 289 unset TK_LIBRARY 288 290 unset TIX_LIBRARY 289 #export LD_PRELOAD=libotf.so290 291 export PATH=$PATH:$CHIMERA/bin 291 292 unset PYTHONHOME
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)