From e215a54a3b2947a483d893e4abd506b153e227b2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 15 Jul 2024 00:52:12 +0300 Subject: [PATCH] Add `lib/config/python3` --- lib/config/python3 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/config/python3 diff --git a/lib/config/python3 b/lib/config/python3 new file mode 100644 index 0000000..4323987 --- /dev/null +++ b/lib/config/python3 @@ -0,0 +1,5 @@ +include git/less + +PY_VER=3.7 +export PY_VER +PATH=$PATH:~/prog/git-scripts -- 2.39.5