Forums

how to start bash console with specific python version

Hi, I need python 3.5 or greater to run my configuration file but my bash console start with python 2.7 How can I update the python version? Do I have to use just virtualenv?

TIA

Renato

From a bash console you can use a virtualenv or call files explicitly using python3.7 instead of say python.