Zsh Conda Environment Selector Function
Managing Python environments can sometimes feel like navigating a jungle đ´đ, especially when dealing with dependency conflicts. To streamline this process, I created a handy Zsh function to add to your dotfile for switching Conda environments quickly and efficiently. đ Let me walk you through it! Why I Needed This Function đ ď¸ After months of using Conda to manage Python environments on my macOS machines, I realized I had built up quite a collection. Switching between them manually became tedious. So, I decided to create a quick, interactive function to simplify the process. đŻ ...