mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
change back to pip
This commit is contained in:
parent
d285c05706
commit
9506975279
@ -6,7 +6,7 @@
|
||||
become: true
|
||||
|
||||
- name: Install development void packages
|
||||
apt:
|
||||
dnf:
|
||||
name:
|
||||
- python3 # Python programming language (3.11 series)
|
||||
- python3.9
|
||||
@ -22,7 +22,7 @@
|
||||
become: true
|
||||
|
||||
- name: Install development python packages
|
||||
community.general.pipx:
|
||||
ansible.builtin.pip:
|
||||
name:
|
||||
- ansible-lint # Command-line tool for linting playbooks, roles and collections
|
||||
- pyright
|
||||
|
@ -12,9 +12,6 @@
|
||||
- qemu-system
|
||||
- libvirt-daemon-system
|
||||
- trash-cli # Command line interface to the freedesktop.org trashcan
|
||||
- android-tools # Android platform tools(adb, fastboot)
|
||||
- snapper
|
||||
- python3-dnf-plugin-snapper
|
||||
- cargo
|
||||
- borgbackup
|
||||
- fzf
|
||||
|
@ -18,7 +18,7 @@
|
||||
become: true
|
||||
|
||||
- name: Install terminal python packages
|
||||
community.general.pipx:
|
||||
ansible.builtin.pip:
|
||||
name:
|
||||
- pynvim
|
||||
|
||||
|
@ -8,8 +8,8 @@ read bitemail
|
||||
|
||||
# Install ansible python dependencies
|
||||
sudo apt update -y
|
||||
sudo apt install python3 pipx ansible cargo -y
|
||||
pipx install pexpect
|
||||
sudo apt install python3 python3-pip ansible cargo -y
|
||||
pip install pexpect
|
||||
cargo install rbw
|
||||
|
||||
# Add things to path for this script
|
||||
|
Loading…
x
Reference in New Issue
Block a user