How to Manage Conda Environments on an Apple Silicon M1 Mac

Manage both ARM64 and x86 Python environments using conda

Danny Cunningham
Towards Data Science
5 min readMay 23, 2022

--

Photo by Jan Kopřiva on Unsplash

This article describes how to manage both ARM64 and x86 Python environments using conda. To accomplish the same thing using pyenv (my preferred tool) and virtual environments, see my article on that topic.

--

--