imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

編輯代碼補全是python3,界面下邊欄也是顯示python3,但是quckrun執行卻是使用python2,請問在哪裏設置成默認python3執行 #133

Open boyiPy opened 3 years ago

boyiPy commented 3 years ago

Problems summary

Environment Information

How to reproduce the problem from neovim startup (Required!)

  1. foo
  2. bar
  3. baz

Screenshot (if possible)

WingLim commented 3 years ago

A simple way to use python3 is add #!/bin/python3 on the top of your file. Or a non intrusive way is use :QuickRun python3.