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

Show conda list after conda environment is created #7210

Closed
lukelbd opened this issue Jun 22, 2020 · 2 comments
Closed

Show conda list after conda environment is created #7210

lukelbd opened this issue Jun 22, 2020 · 2 comments

Comments

@lukelbd
Copy link

lukelbd commented Jun 22, 2020

Details

Would you guys consider printing conda list after conda environments are created? Currently, there is no way to see which packages are downloaded.

I am trying to debug #7211. It must be either an RTD issue or an issue with conda downloading a different version of something -- but unfortunately, if it is a conda issue, I cannot debug it.

This issue is similar to #5006, but that issue was dismissed on the basis that the pip install step already shows the packages installed. The same is not true for conda environments.

Expected Result

Packages downloaded by conda env create are shown.

Actual Result

No packages shown:

Screen Shot 2020-06-21 at 11 10 16 PM

@humitos
Copy link
Member

humitos commented Jun 22, 2020

I enabled this feature LIST_PACKAGES_INSTALLED_ENV (see https://docs.readthedocs.io/en/stable/guides/feature-flags.html#feature-flags) in your project. Let me know if it works as you expected. Thanks!

@humitos humitos closed this as completed Jun 22, 2020
@lukelbd
Copy link
Author

lukelbd commented Jun 22, 2020

@humitos Awesome, thanks!! Just checked, it works.

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

2 participants