Ensure powerprofilesctl always use system python to prevent conflicts with mise

This commit is contained in:
David Heinemeier Hansson
2025-09-17 12:30:35 +02:00
parent 1514c5c633
commit f6df59c9ed
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Ensure we use system python3 and not mise's python3
sudo sed -i '/env python3/ c\#!/bin/python3' /usr/bin/powerprofilesctl