Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apt-get install pymol automatically installs with python2.7, #397

Open
amina11 opened this issue Sep 9, 2024 · 2 comments
Open

apt-get install pymol automatically installs with python2.7, #397

amina11 opened this issue Sep 9, 2024 · 2 comments

Comments

@amina11
Copy link

amina11 commented Sep 9, 2024

I tried installing the package in mac with
brew install brewsci/bio/pymol
I was able to import pymol in python3, but when I tired to install it in ubuntu machine using
apt-get install pymol
it automatically installs with with python2 but pymol does not work with python3.

@ye11owSub
Copy link

ye11owSub commented Sep 9, 2024

Hey @amina11 !
JFYI: This repository only contains the code for the PyMOL project.
Yes, you can install the project using the brew or apt package managers, but these packages are supported by other people in their third-party projects and do not always use the latest version of the project.

In your situation, you have two options:

  1. You can use the Python3-PyMOL package(link to package description) by running the apt install python3-pymol command.
  2. You can build it manually from the source code in this repository using the pip install . [option] command.(Feel free to ask more about this option)

@ye11owSub
Copy link

ye11owSub commented Sep 19, 2024

@JarrettSJohnson I assume this issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants