Skip to content

qvina installed #17

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

Open
TommyBiomodellingAU opened this issue Feb 28, 2024 · 2 comments
Open

qvina installed #17

TommyBiomodellingAU opened this issue Feb 28, 2024 · 2 comments

Comments

@TommyBiomodellingAU
Copy link

qvina is installed, i can see it in my conda environment, but i dont have commandline access to qvina? how can that be? i installed qvina via conda-forge

@aalhossary
Copy link
Collaborator

Although conda distribution of QuickVina is not done by me, here is a general answer. It's unusual for software installed through conda-forge to lack command-line access. Here are some potential explanations and solutions for why you might not be able to access qvina in your terminal:

1. Activation Issue:

  • Check Environment Activation: Make sure you have activated the conda environment where qvina is installed. Run conda list or conda env list to see your available environments. If you haven't activated the environment, use conda activate environment_name (replace environment_name with your actual environment name).

2. Path Issue:

  • Check Path: The executable might not be added to your system's path. You can verify this by running which qvina (or where qvina on Windows).

  • Add to Path (Optional): If the output is empty, you can add the path to your environment manually. This process varies depending on your operating system. Refer to conda documentation or search online for specific instructions.

3. Installation Issue:

  • Reinstall qvina: In rare cases, the installation might be incomplete. Try reinstalling qvina using conda install -c conda-forge qvina.

4. Permissions Issue:

  • Check Permissions: Less likely, but an issue with file permissions might prevent execution. You can try searching online for specific instructions to adjust permissions if needed.

Additional Tip:

  • Consult conda documentation: Finally, refer to the conda documentation for troubleshooting installation and environment management issues: https://conda.io/activation

Please let us know whether any of these helped you.

(This answer was prepared with the help of Google gemini)

@Augus1999
Copy link

qvina is installed, i can see it in my conda environment, but i dont have commandline access to qvina? how can that be? i installed qvina via conda-forge

The program name is qvina2, so I think you can try qvina2 --help to see whether it is correctly installed.

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

No branches or pull requests

3 participants