ThinkVim icon indicating copy to clipboard operation
ThinkVim copied to clipboard

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

Open boyiPy opened this issue 4 years ago • 1 comments
trafficstars

Problems summary

Environment Information

  • OS:

  • thinkvim :echo g:thinkvim_version output:

  • neovim :version output:

  • :checkhealth or :CheckHealth result(neovim only):

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

  1. foo
  2. bar
  3. baz

Screenshot (if possible)

boyiPy avatar Apr 19 '21 06:04 boyiPy

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.

WingLim avatar Apr 26 '21 15:04 WingLim