Skip to content

Commit 1bacb16

Browse files
committed
fix: Install Azure CLI via pip to avoid distutils error on RHEL 10
- Remove azure-cli from yum packages (causes distutils ModuleNotFoundError on RHEL 10) - Install Azure CLI via pip3 with --break-system-packages flag - Fixes "No module named 'distutils'" error in RHCOS image preparation - RHEL 10 yum azure-cli package uses Python 3.6 which lacks distutils - pip-installed azure-cli uses system Python 3.12 which works correctly
1 parent 44bd809 commit 1bacb16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/archive-20251113/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Archived Documentation - 2025-11-13
1+
de# Archived Documentation - 2025-11-13
22

33
## Why These Were Archived
44

0 commit comments

Comments
 (0)