Ignore:
Timestamp:
Jun 8, 2007, 3:46:18 PM (17 years ago)
Author:
dkearney
Message:

added pymol script for launching pymol.
updated pymolproxy's makefile to install pymol and pymol's
modules from the rappture-runtime package.
updated start_viz.sh to include PYMOL_PATH environment variable
needed my pymol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/pymolproxy/Makefile.in

    r750 r760  
    2727install: pymolproxy
    2828        $(INSTALL_PROGRAM) pymolproxy $(bindir)/pymolproxy
     29        $(INSTALL_PROGRAM) pymol $(bindir)/pymol
     30        cp -rL @RP_DIR@/lib/pymol $(libdir)/pymol
    2931
    3032clean:
Note: See TracChangeset for help on using the changeset viewer.