Skip to content

Commit

Permalink
Second 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 b61863a commit 59e9e25
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,16 +323,17 @@
- 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
update_cache: yes
- name: Install python packages with pip
pip:
extra_args: --break-system-packages
name:
- jupyter_server==1.23.6
- jupyterlab
Expand Down

0 comments on commit 59e9e25

Please sign in to comment.