MacOS ships with Git by default and it works out of the box, but this version of Git is not the latest and does not receive any type of update, unless you switch to a newer release of MacOS. MacOS updates its libraries once every release this means if you Big Sur shipped with Python… Continue reading Latest Git on MacOS
Tag: osx
Sierra bootable USB
Upgrading Macs to the latest version is quite easy. Today we will show you how to create a bootable Mac OS Sierra USB. This method can be extremely useful if you must upgrade many Macs. Use a USB drive that does not have any valuable information as this process will erase the data. All you… Continue reading Sierra bootable USB
How to install Blender on Mac
Blender is a free production ready open-source 2D/3D Animation software package that is used by studios and individuals to create stunning artwork, animated films, models, packshots, VFX, 3D printing and video game development. It is also one of the few software that offers GPU rendering (Cycles Renderer). Currently, it only supports CUDA GPU and has… Continue reading How to install Blender on Mac
Python3 on Mac
Mac by default does not ship with Python 3 this means you have to install it manually. There are many ways of installing it, the first way is to download pre-build package from the official website and install it on your system. The second way is by compiling it on your system. While both the… Continue reading Python3 on Mac
Ruby on Mac
If all you want it to install the latest version of Ruby and don’t require different versions of it installed side by side you can use Homebrew to install it on your Mac. All you must do is enter this command Your Ruby development is now only a few gems away. Thank you for reading