Changes between Version 20 and Version 21 of VirtualEnv
- Timestamp:
- Aug 25, 2010, 1:51:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualEnv
v20 v21 238 238 tar zxvf PyQt-x11-gpl-4.7.4.tar.gz 239 239 cd PyQt-x11-gpl-4.7.4 240 241 240 # configure without installing designer plugin or QScintilla API, as these 242 241 # should be installed already by a prior installation of Qt4 or PyQt into the 243 242 # system paths 244 245 243 python configure.py --qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin 246 244 make … … 252 250 source ~/src/chimera-virtualenv/bin/activate 253 251 cd ~/Downloads 254 255 252 curl -O http://212.219.56.133/sites/www.ibiblio.org/gentoo/distfiles/QScintilla-gpl-2.4.3.tar.gz 256 253 tar zxvf QScintilla-gpl-2.4.3.tar.gz … … 259 256 make 260 257 make install 261 deactivate 262 }}} 263 264 265 266 ADD PYTHON MODULES FOR SPYDER: pylint, numpy, scipy, matplotlib? 267 268 269 That should satisfy the [http://packages.python.org/spyder/installation.html#dependencies spyder dependencies]. Now try to install spyder using pip. 270 271 {{{ 272 (chimera-virtualenv)$ pip install spyder 258 # Ignore the failure for: cp -f QScintilla2.api /usr/share/qt4/qsci/api/python/QScintilla2.api 259 # The QScintilla2.api file was installed by an Ubuntu package (don't overwrite it). 260 # This was the last step in the install, everything else installed OK. 261 deactivate 262 }}} 263 264 Let's check the additional module [http://packages.python.org/spyder/installation.html#dependencies dependencies for spyder]. The Chimera python installation includes modules for {{{numpy}}} and {{{matplotlib}}}. The install for {{{pylint}}} is easy, but {{{scipy}}} installation is not. 265 266 {{{ 267 source ~/src/chimera-virtualenv/bin/activate 268 pip install pylint 269 deactivate 270 }}} 271 272 That should satisfy most of the [http://packages.python.org/spyder/installation.html#dependencies spyder dependencies]. Now try to install spyder using pip. 273 274 {{{ 275 source ~/src/chimera-virtualenv/bin/activate 276 pip install spyder 277 deactivate 273 278 }}} 274 279 … … 277 282 {{{ 278 283 source ~/src/chimera-virtualenv/bin/activate 279 export CHIMERA= /opt/UCSF/Chimera64-2010-08-05284 export CHIMERA=$HOME/src/Chimera64-daily 280 285 export TCL_LIBRARY="$CHIMERA/lib/tcl8.6" 281 286 export TCLLIBPATH="{$CHIMERA/lib}" 282 287 unset TK_LIBRARY 283 288 unset TIX_LIBRARY 284 export LD_PRELOAD=libotf.so289 #export LD_PRELOAD=libotf.so 285 290 export PATH=$PATH:$CHIMERA/bin 286 291 unset PYTHONHOME
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)