IS there a way to see what package versions are available with conda? I am getting an error with jupyter but it was working before. Something like yolk?
To list any variables you may have, run conda env config vars list . To set environment variables, run conda env config vars set my_var=value . Once you have set an environment variable, you have to reactivate your environment: conda activate test-env .
To search for a specific package, use: conda search -f <package_name>
. For example, based on the question, to search all versions for "jupyter" package, you'll do: conda search -f jupyter
. This will only return information about packages named "jupyter" exactly.
Source: https://docs.conda.io/projects/conda/en/latest/commands/search.html
You can just type "conda search" which will give you something like the following.
$ conda search Fetching package metadata ......... affine 2.0.0 py27_0 defaults 2.0.0 py35_0 defaults 2.0.0 py36_0 defaults alabaster 0.7.3 py27_0 defaults 0.7.3 py34_0 defaults 0.7.7 py27_0 defaults 0.7.7 py34_0 defaults 0.7.7 py35_0 defaults 0.7.9 py27_0 defaults
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With