Tech

How to install lazydocker in MacOS

Docker has revolutionized the way we deploy and manage applications, but sometimes navigating through Docker commands and container status can be overwhelming. Enter LazyDocker – a terminal-based UI for Docker that simplifies the Docker experience. In this guide, we’ll walk you through the installation process of LazyDocker on your system. What is LazyDocker? LazyDocker is…

Tech

Installing Python 2 on macOS Using Pyenv

Python 2 may be considered outdated, but there are still scenarios where you need it. If you’re a macOS user, here’s a straightforward guide to help you install Python 2 using Pyenv, a powerful Python version management tool. Before we begin, ensure you have Homebrew (brew) installed, as it simplifies the process. Prerequisite: Homebrew (brew)…