change back to pip

This commit is contained in:
Tyler Starr 2023-07-03 21:37:37 -07:00
parent d285c05706
commit 9506975279
4 changed files with 5 additions and 8 deletions

View File

@ -6,7 +6,7 @@
become: true become: true
- name: Install development void packages - name: Install development void packages
apt: dnf:
name: name:
- python3 # Python programming language (3.11 series) - python3 # Python programming language (3.11 series)
- python3.9 - python3.9
@ -22,7 +22,7 @@
become: true become: true
- name: Install development python packages - name: Install development python packages
community.general.pipx: ansible.builtin.pip:
name: name:
- ansible-lint # Command-line tool for linting playbooks, roles and collections - ansible-lint # Command-line tool for linting playbooks, roles and collections
- pyright - pyright

View File

@ -12,9 +12,6 @@
- qemu-system - qemu-system
- libvirt-daemon-system - libvirt-daemon-system
- trash-cli # Command line interface to the freedesktop.org trashcan - trash-cli # Command line interface to the freedesktop.org trashcan
- android-tools # Android platform tools(adb, fastboot)
- snapper
- python3-dnf-plugin-snapper
- cargo - cargo
- borgbackup - borgbackup
- fzf - fzf

View File

@ -18,7 +18,7 @@
become: true become: true
- name: Install terminal python packages - name: Install terminal python packages
community.general.pipx: ansible.builtin.pip:
name: name:
- pynvim - pynvim

View File

@ -8,8 +8,8 @@ read bitemail
# Install ansible python dependencies # Install ansible python dependencies
sudo apt update -y sudo apt update -y
sudo apt install python3 pipx ansible cargo -y sudo apt install python3 python3-pip ansible cargo -y
pipx install pexpect pip install pexpect
cargo install rbw cargo install rbw
# Add things to path for this script # Add things to path for this script