Tag: Pipenv

How to setup an (almost) unbreakable Python development environment?

I’ve been developing stuff for quite a while now and a good part of it was built using Python (on a Mac). More often than not, I get to help a friend or coworker to unf*** their Python environment because it “broke” somehow  Here is the setup I‘ve been using on macOS f...

Setting up python environment in macOS using Homebrew, Pyenv, and Pipenv

We often have a problem when working on different projects in the local system we might need different python versions for different projects (less common) or we might need python packages compatible with particular versions (more likely). Virtual environments for different projects for ea...