Skip to content

Commit 84aca99

Browse files
committed
Merge branch 'develop'
2 parents e357b32 + bb6f89d commit 84aca99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup_jupyter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@
126126
when:
127127
- ansible_pkg_mgr == "portage"
128128

129-
# Only install Jupyter.
129+
# install Jupyter.
130+
- name: upgrade the six
131+
pip: name=six state=latest
132+
130133
- name: install the jupyter notebook
131134
pip: name=jupyter version=1.0.0 state=present
132135

0 commit comments

Comments
 (0)