--- spyder/config/lsp.py.orig	2021-08-05 07:45:50.000000000 -0400
+++ spyder/config/lsp.py	2021-08-05 07:46:19.000000000 -0400
@@ -21,7 +21,7 @@
 # Default json config for the lsp
 # =============================================================================
 PYTHON_CONFIG = {
-    'cmd': 'pylsp',
+    'cmd': '@@PYLS_BIN_NAME@@',
     'args': '--host {host} --port {port} --tcp',
     'host': '127.0.0.1',
     'port': 2087,
