Skip to content

Commit bd5864c

Browse files
committed
Need python -m prefix on pip calls
See pypa/pip#7205
1 parent 9503f8f commit bd5864c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/python_tools_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ pipx upgrade-all
4242

4343
# pip dependencies
4444

45-
pip install --user --upgrade pynvim
45+
python -m pip install --user --upgrade pynvim

0 commit comments

Comments
 (0)