gogetdata / ggd-cli

The command-line interface to GGD
MIT License
42 stars 3 forks source link

env_vars.sh cleanup #2

Closed jbelyeu closed 5 years ago

jbelyeu commented 7 years ago

When installing a recipe a new environment variable is appended to conda_root/etc/conda/activate.d/env_vars.sh and conda_root/etc/conda/deactivate.d/env_vars.sh. Since this is only appended, old copies of vars will be maintained in the file. In the interest of neatness, we should remove old var declarations from these files on adding a new one.

mikecormier commented 5 years ago

This is now implemented during the ggd uninstall phase.