mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized developer personas, implemented gcc and solved python-pip update bug
This commit is contained in:
@@ -23,4 +23,5 @@ galaxy_info:
|
||||
- pip
|
||||
- update
|
||||
- maintenance
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- python-pip
|
@@ -1,4 +1,4 @@
|
||||
- name: Update all local pip packages
|
||||
shell: "pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages"
|
||||
shell: 'pip freeze --local | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages'
|
||||
args:
|
||||
executable: /bin/bash
|
Reference in New Issue
Block a user