From d7437aae5d15f107fdc52dc33f23908449a602c5 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 18 Oct 2023 12:31:36 +0200 Subject: Add distrobox shortcuts --- scripts/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/README.md (limited to 'scripts/README.md') diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 00000000..27606131 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,11 @@ +Local installation EL8: + +``` +$ pipx install -e . --force --python /usr/bin/python3.9 +``` + +Local installation EL9: + +``` +$ pipx install -e . --force --python /usr/bin/python3.9 +``` -- cgit v1.2.3