Skip to content

Commit

Permalink
Third 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 59e9e25 commit c908284
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
update_cache: yes
- name: Install python packages with pip
pip:
extra_args: --break-system-packages
break_system_packages: true
name:
- jupyter_server==1.23.6
- jupyterlab
Expand All @@ -354,9 +354,6 @@
group: root
state: link

# roles:
# - role: geerlingguy.pip

-
# install Pandoc & TexLive
hosts: localhost
Expand Down
1 change: 0 additions & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
- gantsign.visual-studio-code # https://galaxy.ansible.com/gantsign/visual-studio-code
- webarchitect609.google_chrome # https://galaxy.ansible.com/webarchitect609/google_chrome
- staticdev.firefox # https://galaxy.ansible.com/staticdev/firefox
#- geerlingguy.pip # https://galaxy.ansible.com/geerlingguy/pip
...

0 comments on commit c908284

Please sign in to comment.