🙋♂️ INFO: If you have fixes/suggestions to for this doc, please comment below.
🌟 STAR: This doc if you found this document helpful.
| #!/usr/bin/env python2 | |
| """ | |
| quicky script that compares two conda environments | |
| can be handy for debugging differences between two environments | |
| This could be made much cleaner and more flexible -- but it does the job. | |
| Please let me know if you extend or improve it. |