blob: ec053563bce245eae0c025f17ca3e6acffac8506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
I'm experimenting with doing "user-level" configuration using Python scripts.
This directory contains a Python module with entrypoints that I use for many tasks.
The scripts can be installed on EL8/EL9 with pipx:
```
$ pipx install -e . --force --python /usr/bin/python3.9
```
See [workstation](../workstation) for further details.
|