Browse Source

Use python3 for vimspector

Ben Jackson 4 years ago
parent
commit
4bc67bb9d0
1 changed files with 1 additions and 1 deletions
  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'"
           }
         },
         {