Here is a short post about conda environments and a conda script that adds a bit of extra functionality to the “conda env export” tool. One minor annoyance I have with Conda is the limitation of its environment exporting tool (conda env export) for my particular use. I decided to look for a solution that…