r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.36k stars 160 forks source link

Do not run Conda if auto_activate_base is set to False (fix #840) #841

Closed r-darwish closed 2 years ago

r-darwish commented 2 years ago

@bdaase please test this change

bdaase commented 2 years ago

Is there any easy way to do so?

r-darwish commented 2 years ago

Clone this branch and run cargo run -- --show-skipped. You should see that Conda is skipped due to your configuration.

bdaase commented 2 years ago
conda: SKIPPED: auto_activate_base is set to False

Thanks, works as expected.