only install pipx via brew if we're on macos, otherwise use apt

This commit is contained in:
JesseBot 2025-03-24 08:04:09 +01:00
parent f59a6c5610
commit dde96e5bd4
No known key found for this signature in database

View file

@ -12,8 +12,6 @@ brew:
default:
# neither macos nor debian are using 3.12 yet, so we have to install it
- python@3.12
# for installing python programs with cli interfaces
- pipx
# for working w/ images and making lsimg work, is lorg
- imagemagick
# cool interactive python with colors + docs
@ -79,6 +77,8 @@ brew:
- gpg-tui
# macOS specific stuff. Won't work with LinuxBrew
macOS:
# for installing python programs with cli interfaces
- pipx
# this is installed via apt for linux
- git
# python 3.11 already ships with Debian bookworm, only needed for macOS
@ -247,9 +247,11 @@ apt:
# this is just to keep us up to date
- git
- curl
# python development
- python3
- python3-dev
- python3-pip
- pipx
# needed for python virtual environments, especially for jedi
- python3-venv
# grep alternative