For this course we will use the open-source version of PyMOL. Please follow the instructions for your operating system below.
PyMOL_Open_source_v3.1.0.4+1_WINx64_setup.exe.
On macOS we will install PyMOL using Homebrew, a package manager for Mac. If you already have Homebrew installed, you can skip step 1.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install pymol
pymol and press Enter.
pymol is fine.
pymol is “not found”:pip
This option is mainly for people who are already comfortable with Python
and pip. For most people, the Windows installer or Homebrew
is easier and recommended.
pip install pymol-open-source
pymol
If that does not work, you may need to adjust your PATH or use:
python -m pymol