Replace pip by pipx (PEP 668)

This commit is contained in:
tfranken@ee 2023-08-15 12:24:03 +02:00
parent dc3a2deee0
commit 1c74c0b911
2 changed files with 6 additions and 7 deletions

View file

@ -8,7 +8,7 @@
- curl
- pacman-contrib # for checkupdates, paccache, pacdiff...
- pkgfile # get hint on missing package when command not found
- python-pip
- pipx
- python-setuptools
- python-wheel
- reflector
@ -21,7 +21,7 @@
name:
- build-essential
- curl
- python3-pip
- pipx
- python3-setuptools
- python3-venv
- python3-wheel

View file

@ -30,11 +30,10 @@
- pylint
- shellcheck
- name: Install things with pip
ansible.builtin.pip:
name:
- jedi-language-server
extra_args: --user
- name: Install things with pipx
community.general.pipx:
name: jedi-language-server
state: install
- name: Install things with npm
become: true