How to configure python version? #893
-
I have both python 2.7.17 and python 3.6.9 installed. However, bumblebee-status gives the error "at least Python 3.4 required (Python 2.x not supported)" How can I configure which python is used? |
Beta Was this translation helpful? Give feedback.
Answered by
tobi-wan-kenobi
Jun 24, 2022
Replies: 1 comment
-
bumblebee-status uses the system-wide default (i.e. if you enter python3 --version) in the CLI, that is the version used. Which version are you on, maybe it is one that still uses python instead of python3 (i.e. the system-wide default for python, which can be either 2 or 3) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vitarsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bumblebee-status uses the system-wide default (i.e. if you enter python3 --version) in the CLI, that is the version used.
Which version are you on, maybe it is one that still uses python instead of python3 (i.e. the system-wide default for python, which can be either 2 or 3)