Explorar o código

Use python3 for vimspector

Ben Jackson %!s(int64=4) %!d(string=hai) anos
pai
achega
4bc67bb9d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .vimspector.json

+ 1 - 1
.vimspector.json

@@ -6,7 +6,7 @@
       "variables": [
         {
           "python": {
-            "shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python); else echo \"${dollar}VIRTUAL_ENV/bin/python\"; fi'"
+            "shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python3); else echo \"${dollar}VIRTUAL_ENV/bin/python\"; fi'"
           }
         },
         {