| title | Python | |
|---|---|---|
| summary | python config | |
| tags |
|
In Windows,
mise use -g pythonIn Debian,
sudo apt install pythonIn Arch,
sudo pacman -S pythonpip has no global-install flag; uv (also declared in mise) installs the
package into an isolated environment and exposes its entry points.
uv tool install neovim:MasonInstall python-lsp-server
:MasonInstall pyrightLinux
source ./.venv/bin/activateWindows
./.venv/Scripts/activate.ps1