Environment Management

How to Manage Conda Environments on an Apple Silicon M1 Mac

Manage both ARM64 and x86 Python environments using conda

May 23, 2022 | ~1100 words | 6 min read

A basic tutorial for managing Python environments using conda (for those who don't like pyenv, or when pyenv isn't sufficient).

How to Manage Multiple Python Versions on an Apple Silicon M1 Mac

Install both ARM64 and x86 Python versions and seamlessly switch between them using pyenv

February 17, 2022 | ~1300 words | 7 min read

A basic tutorial for managing Python environments using my preferred tool, pyenv.