Ticket #29345: pymol_shell.diff

File pymol_shell.diff, 665 bytes (added by howarth@…, 13 years ago)

drop setting PYMOL_PATH now that pymol_path symlink is created

  • new file setup/pymol_macports

    - +  
     1#!/bin/sh
     2#
     3# PyMOL startup script
     4#
     5# ==============================================================
     6# Set PYMOL_PATH to point at the correct location on your system
     7#
     8PYMOL_PATH=@@PYTHON_PKGDIR@@/pymol
     9export PYMOL_PATH
     10#
     11# ==============================================================
     12# (no changes usually required below here)
     13#
     14# python modules
     15#
     16APBS_PSIZE=@PREFIX@/bin/apbs-psize.py
     17export APBS_PSIZE
     18#
     19exec @@PYTHON_BINARY@@ @@PYTHON_PKGDIR@@/pymol/__init__.py -d "_ set stereo_double_pump_mono,quiet=1" "$@"