conda-incubator / conda-tree

conda dependency tree helper
MIT License
160 stars 12 forks source link

Added -n, --name argument and conda install. #1

Closed mforbes closed 6 years ago

mforbes commented 6 years ago

I added a conda installable package to my channel, and the ability to specify the environment by name.

Note: there is specifying environments by name is a bit problematic if conda is installed again since the newly installed conda may not be able to find environments by the same name that the user expects. Not sure if there is a better way to do this, but for now I am running the version of conda specified by the CONDA_EXE environment flag (if it exists) as this is now new versions of conda seem to be executed.

rvalieris commented 6 years ago

hey there @mforbes, very nice ! thanks for the changes.