We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述: 在Ubuntu18.04中,默认Python版本为: 3.7.1, 需要升级Python版本才能正常安装一些插件, 但是将机器的Python版本升级到3.8.10后, Mason.nvim运行时使用的还是3.7.1版本的版本
3.7.1
3.8.10
Mason.nvim
The text was updated successfully, but these errors were encountered:
更新Mason.nvim至最新并且添加指定Python版本vim.g.python3_host_prog = "/usr/bin/python3.8" 可以解决该问题, 但是通过checkhealth mason显示Mason使用的Python依然是旧的版本3.7.1
vim.g.python3_host_prog = "/usr/bin/python3.8"
checkhealth mason
Sorry, something went wrong.
No branches or pull requests
问题描述:
在Ubuntu18.04中,默认Python版本为:
3.7.1
, 需要升级Python版本才能正常安装一些插件, 但是将机器的Python版本升级到3.8.10
后,Mason.nvim
运行时使用的还是3.7.1
版本的版本The text was updated successfully, but these errors were encountered: