Changes between Version 3 and Version 4 of VirtualEnv


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

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v3 v4  
    6666$
    6767}}}
     68
     69Now start the Chimera build of python and import the chimera module, like this:
     70
     71{{{
     72$ source ~/src/chimera-virtualenv/bin/activate
     73(chimera-virtualenv)$ python
     74Python 2.7 (r27:82500, Aug  5 2010, 14:15:36)
     75[GCC 4.4.3] on linux2
     76Type "help", "copyright", "credits" or "license" for more information.
     77>>> import sys
     78>>> sys.path.append('/opt/UCSF/Chimera64-2010-08-05/share')
     79>>> sys.path.append('/opt/UCSF/Chimera64-2010-08-05/lib')
     80>>> import chimera
     81>>> chimera.version.version
     82'alpha version 1.5 (build 31152) 2010-08-05 19:55:24 GMT'
     83}}}