diff --git a/guake/prefs.py b/guake/prefs.py index 9452c64c7..5fdd5b9ed 100644 --- a/guake/prefs.py +++ b/guake/prefs.py @@ -64,7 +64,7 @@ # A regular expression to match possible python interpreters when # filling interpreters combo in preferences (including bpython and ipython) -PYTHONS = re.compile(r"^[a-z]python$|^python\d\.\d$") +PYTHONS = re.compile(r"^[a-z]python$|^[a-z]python\d$|^python\d\.\d$|^python\d\.\d\d$") # Path to the shells file, it will be used to start to populate # interpreters combo, see the next variable, its important to fill the