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

Should use conda list -f <package_name> for installed version in microdrop_launcher.conda_version_info #8

Open
cfobel opened this issue Nov 11, 2016 · 0 comments
Assignees

Comments

@cfobel
Copy link
Contributor

cfobel commented Nov 11, 2016

Currently, conda search -f <package_name> is used to:

  1. Search for latest available version of a package.
  2. Determine which version of a package is installed

However, conda search is not the best tool for (2) since:

  • Only package versions available online are shown. If a package was installed, e.g., from a local archive, it will not be found.
  • It requires an internet connection.

Instead, we should use conda list -f <package_name> determine the installed version of a package.

@cfobel cfobel self-assigned this Nov 11, 2016
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

1 participant