schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.15k stars 275 forks source link

How to dock the two different windows in the PyMol interface (GUI)? #216

Open urban233 opened 2 years ago

urban233 commented 2 years ago

Hey there,

I have encountered following situation: I installed PyMol two times and get two different types of PyMol interfaces.

Question

My question is, why is there a difference and how can get the first interface where both windows are docked together?

What I have done so far

First Installation

I installed PyMol with Anaconda and the pipwin install pymol command.

Installation process

  1. Create a virtual environment with Anaconda conda create -n pymol
  2. Activate the virtual environment conda activate pymol
  3. Install numpy with conda-forge conda install -c conda-forge pip numpy pmw
  4. Install pipwin with pip pip install pipwin
  5. Install pymol with pipwin pipwin install pymol

If I start PyMol with the Anaconda prompt I get following PyMol interface:

image

Second Installation

Then I installed PyMol again (like above) in another virtual environment with the same process, but I get following PyMol interface as a result:

image