andrewrothstein / ansible-anaconda

Ansible role for installing Anaconda
MIT License
47 stars 42 forks source link

Fixes issue with uninstalling conda-curl #29

Closed colin-nolan closed 6 years ago

colin-nolan commented 6 years ago

Fixes #28.

I am unsure what method of importing the conda.py library module you would find acceptable. This PR uses git subrepo to import it; we have found subrepo a good way of managing non-core libraries in our production setups.

andrewrothstein commented 6 years ago

Thanks for the contribution! I think this will solve a bunch of the other issues.