Skip to content

Commit

Permalink
Merge pull request #89 from Duke-GCB/jupyterhub-pythonEdit
Browse files Browse the repository at this point in the history
python version update
  • Loading branch information
Gregory Steffen authored Jul 2, 2021
2 parents b0a8752 + 10d00a6 commit 7b97af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jupyterhub/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
yum: name={{item}} state=present update_cache=yes
when: ansible_os_family == 'RedHat'
with_items:
- python36u
- python36u-setuptools
- python36u-devel
- python36u-pip
- python37
- python37-setuptools
- python37-devel
- python37-pip
- sudo
- npm
- nodejs
Expand Down

1 comment on commit 7b97af3

@gsteffen1921
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First update for python update for Centos7.

Please sign in to comment.