Linux
Option 1: Standalone Executables. These builds are easy to
install (do not require "root" privileges) and are broadly
compatible.
- Download the version appropriate for your system:
pymol-0_99rc6-bin-linux-x86-glibc23.tgz
- Extract the archive
tar -zxf pymol-0_99rc1-bin-linux-x86-glibc23.tgz
to create a "pymol" directory
- Run the setup script from within the new directory
cd pymol
./setup.sh
- Then test-launch PyMOL as
./pymol
- Optional: copy or link "./pymol" to an appropriate location in your path.
ln -s $PWD/pymol $HOME/bin/pymol
Option 2: RPM Packages These require "root"
privileges to install and should generally be avoided with PyMOL
because they prevent you from being able to run multiple versions on a
single machine. However, if you absolutely need PyMOL integrated with
your system Python interpreter, then current PyMOL Support-level Subscribers
may request such builds by emailing help@schrodinger.com.
Please specify what Linux distribution you would like the RPM for. If
we receive multiple independent requests, and if we have access to
that flavor of Linux, then we will provide a suitable RPM build.
Otherwise, in such cases, we recommend that you compile and install PyMOL from source code
via Python distutils.