Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
boyiPy opened this issue Apr 19, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@boyiPy
Copy link

boyiPy commented Apr 19, 2021

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 boyiPy added the bug Something isn't working label Apr 19, 2021
@WingLim
Copy link
Contributor

WingLim commented Apr 26, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants