Closed Debajyati closed 1 month ago
In the Neovim Plugin installation docs, it is specified to install pynvim via pip. The documentation provided the following installation command:
pip install pynvim
when I executed this command, I received the following error:
The error message indicated that the environment is externally managed and recommended using apt install to install system-wide Python packages.
apt install
To correctly install pynvim on Debian-based systems, the documentation should be updated to include the following command:
pynvim
sudo apt install python3-pynvim
Ubuntu 24.04
I wish to solve the issue
Kindly review the changes
The issue is resolved and I am closing it.
In the Neovim Plugin installation docs, it is specified to install pynvim via pip. The documentation provided the following installation command:
when I executed this command, I received the following error:
The error message indicated that the environment is externally managed and recommended using
apt install
to install system-wide Python packages.Proposed Solution:
To correctly install
pynvim
on Debian-based systems, the documentation should be updated to include the following command:System:
Ubuntu 24.04