Skip to content
Snippets Groups Projects
Commit ebe26f0d authored by remy's avatar remy
Browse files

3.8 updated

parent 28fd8c9f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment