Ever ended up with this issue ? python:alpine is the best Docker base image to build containers for light-weight Python based applications. Most of the python applications like Django or Flask which has Postgres database backend will be using psycopg2 as a driver for making db connections. This module works well when used on plain […]
Development Tools
Fixing Xcode path
xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist Ever faced this issue? Xcode comes bundled with a set of command-line tools which are required by some of the other tools like gcc or cmake. But sometimes due to various reasons like uninstalling Xcode or moving the Xcode application to a different path, you might […]