> ## Content Index
> Fetch the complete content index at: https://corti.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Bash update script for MacOS
- URL: https://corti.com/bash-update-script-for-macos/
- Published: 2024-11-06T10:05:39.000Z
- Updated: 2024-11-08T22:20:10.000Z
- Author: Sascha Corti

I love keeping all things things up-to-date in a simple way. I came up with the following script to update my Mac which uses [homebrew](https://brew.sh/?ref=corti.com), [pipx](https://pipx.pypa.io/stable/?ref=corti.com) and [pyenv](https://github.com/pyenv/pyenv?ref=corti.com) to manage installed applications, Python versions and [PiPY](https://pypi.org/?ref=corti.com) packages.

It will update all brew formulas and casks, list all installed pipx packages and update them and finally list all installed Python versions and for each of them, list all installed PiPY packages and update them.