From ebe26f0d6a68a0d539cb357f63f78304fd232796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dernat=20R=C3=A9my?= <remy.dernat@umontpellier.fr> Date: Fri, 18 Jun 2021 09:40:43 +0200 Subject: [PATCH] 3.8 updated --- envfiles/python/3.8 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/envfiles/python/3.8 b/envfiles/python/3.8 index e5205a1..fd82f8f 100644 --- a/envfiles/python/3.8 +++ b/envfiles/python/3.8 @@ -31,10 +31,11 @@ if { [module-info mode load] || [module-info mode switch2] } { puts stdout "deactivate;" } - -unset-alias python -unset-alias python3 -set-alias python python3.8 -set-alias python3 python3.8 +# as a file need to be sourced, following is commented to avoid issues +# when loading from old scripts. +#unset-alias python +#unset-alias python3 +#set-alias python python3.8 +#set-alias python3 python3.8 append-path PE_PRODUCT_LIST PYTHON.$PYTHON_LVL -- GitLab