Skip to content

Commit

Permalink
python: update pip name to the more generic python name
Browse files Browse the repository at this point in the history
  Encoruage migration to a consolidated python install location by
  renaming pip to python
  • Loading branch information
jhoyt4 committed Jan 5, 2025
1 parent a53ecbf commit 5553cad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mythtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
- not mythtv_tools

- include_role:
name: pip
name: python
when: not mythtv_tools

- include_role:
Expand Down
1 change: 0 additions & 1 deletion roles/mythtv-homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
python_exe_suffix:
'{{ ansible_python.version.major }}.{{ ansible_python.version.minor }}'


- name: add python essentials
set_fact:
homebrew_pkg_list:
Expand Down
2 changes: 1 addition & 1 deletion roles/pip/tasks/main.yml → roles/python/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- include_tasks: pip-macOS.yaml
- include_tasks: python-macOS.yaml
when: (ansible_pkg_mgr == "homebrew") or
(ansible_pkg_mgr == "macports")

Expand Down
File renamed without changes.

0 comments on commit 5553cad

Please sign in to comment.