diff --git a/thefuck/utils.py b/thefuck/utils.py
index 59898f92..b9d4d3af 100644
--- a/thefuck/utils.py
+++ b/thefuck/utils.py
@@ -107,9 +107,7 @@ def get_all_executables():
             return fallback
 
     tf_alias = get_alias()
-    tf_entry_points = get_installation_info().get_entry_map()\
-                                             .get('console_scripts', {})\
-                                             .keys()
+    tf_entry_points = ['thefuck', 'fuck']
 
     bins = [exe.name.decode('utf8') if six.PY2 else exe.name
             for path in os.environ.get('PATH', '').split(':')