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

View file

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