DEV Community

Discussion on: How do YOU manage python environments

Collapse
 
waylonwalker profile image
Waylon Walker • Edited

Lol I have had my fair share of conda environment blow ups! I have recently disabled pip inside of my base environment to prevent some issues. Sometimes paths don't update correctly and you install things in base even while your prompt tells you that you have your env activated.

At least this way, even if you only use one env, you can easily wipe it and start over without a full re-install.