On Jun 13, 2005, at 16:42, Douglas Kojetin wrote:
Thanks for the reply. Fink adds /sw/lib to the beginning of the
DYLD_LIBRARY_PATH. Adding the following to the beginning of the shell
script fixed the problem:
DYLD_LIBRARY_PATH=/usr/local/lib
It doesn't on my installation, which is abou
Hi Warren-
Thanks for the reply. Fink adds /sw/lib to the beginning of the
DYLD_LIBRARY_PATH. Adding the following to the beginning of the
shell script fixed the problem:
DYLD_LIBRARY_PATH=/usr/local/lib
Thanks,
Doug
On Jun 10, 2005, at 2:11 PM, Warren DeLano wrote:
Doug,
I can'
Original Message-
> From: pymol-users-ad...@lists.sourceforge.net
> [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of
> Douglas Kojetin
> Sent: Friday, June 10, 2005 10:16 AM
> To: 'pymol'
> Subject: [PyMOL] OSX: fink image libs, pymol and the command line
Hi All-
I've been using a shell script called 'macpymol' to start PyMOL from
the command line under OS X (pre-Tiger):
#!/bin/sh
/Applications/PyMOLX11Hybrid.app/Contents/MacOS/PyMOL $*
usage: macpymol file.pdb
I noticed if I use Fink to install an application under OS X (Tiger)
t