From f158932b2a5d441f12c212a43d337e7494b837ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9my=20Dernat?= <remy.dernat@umontpellier.fr>
Date: Tue, 3 Mar 2020 12:46:21 +0100
Subject: [PATCH] python 3 is python 3.6.8, but can be upgraded on the system.
 So I just renamed it to python3, and I am not maintaining anymore subversions

---
 envfiles/python/3 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/envfiles/python/3 b/envfiles/python/3
index 4a3817d..2d32ff3 100644
--- a/envfiles/python/3
+++ b/envfiles/python/3
@@ -4,10 +4,13 @@
 #
 
 proc ModulesHelp { } {
-puts stderr "This modulefile defines the library paths and"
-puts stderr "include paths needed to use the python3 system version."
+puts stderr "This modulefile defines python3 system version"
+puts stderr "as the default python version."
 puts stderr "The program python3"
 puts stderr "is added to PATH."
+puts stderr "Please note that this is just a generic python3 version"
+puts stderr "and it might change at every system upgrade."
+puts stderr "Otherwise, please use pyenv."
 }
 
 
-- 
GitLab