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

Windows安装的python不一定含有python3.exe #732

Closed
WoofZJ opened this issue Oct 9, 2023 · 1 comment
Closed

Windows安装的python不一定含有python3.exe #732

WoofZJ opened this issue Oct 9, 2023 · 1 comment

Comments

@WoofZJ
Copy link

WoofZJ commented Oct 9, 2023

从python.org下载exe安装的python,解释器只有python.exe(3.11、3.12)
image

这里
会导致lsp-bridge找不到解释器(即使python.exe存在于path中)

image
image

需要手动加个python3别名才能正常运行

image
image

@manateelazycat
Copy link
Owner

更新最新版试一下吧。

werhner added a commit to werhner/lsp-bridge that referenced this issue Oct 11, 2023
commit a6b83b6
Author: Andy Stewart <lazycat.manatee@gmail.com>
Date:   Wed Oct 11 20:03:54 2023 +0800

    Fix issue manateelazycat#727, add new option lsp-bridge-find-def-select-in-open-windows

commit 5115963
Author: Andy Stewart <lazycat.manatee@gmail.com>
Date:   Wed Oct 11 19:00:33 2023 +0800

    Try to fix issue manateelazycat#732 , use python.exe if python3.exe not found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants