Skip to content

Commit

Permalink
First attempt to correct pip issues for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
j-simmons-phd committed Oct 25, 2024
1 parent 421f9c6 commit b61863a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@
- install_doctools

tasks:
- name: Update OS to point python to python3
apt:
name: python-is-python3
update_cache: yes
# - name: Update OS to point python to python3
# apt:
# name: python-is-python3
# update_cache: yes
- name: Install pip for python3 with Apt
apt:
name: python3-pip
Expand Down

0 comments on commit b61863a

Please sign in to comment.