megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
85 stars 17 forks source link

Make ntfy use system python on macOS #140

Open ProfessorManhattan opened 5 months ago

ProfessorManhattan commented 5 months ago

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

ntfy is an application that allows push notifications / desktop notifications from the terminal. It must use the system installed python version but right now I'm only seeing the python versions that mise handles. We need to update the ~/.local/bin/installx file to install pip3 definitions with the system Python. (ntfy is actually the only binary in the whole project that relies on pip3 instead of pipx).

⏺️ Steps To Reproduce

No response

πŸ“’ Relevant Log Output

No response

πŸ’‘ Possible Solution

No response