Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
conda list -n/-p --json
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
Conda list supports the json format, since 2015-16 (tests were added in 2017 for this arg). https://docs.conda.io/projects/conda/en/stable/release-notes.html#id531 I think we should use that over parsing the string based on spaces and looking for package name and version.
Would have also prevented #416 (comment)
The text was updated successfully, but these errors were encountered:
karthiknadig
No branches or pull requests
Conda list supports the json format, since 2015-16 (tests were added in 2017 for this arg).
https://docs.conda.io/projects/conda/en/stable/release-notes.html#id531
I think we should use that over parsing the string based on spaces and looking for package name and version.
Would have also prevented #416 (comment)
The text was updated successfully, but these errors were encountered: