Skip to content

Commit bb6f89d

Browse files
committed
upgrade the six for ubuntu-14.04 #7
fix problem of the `pkg_resources.VersionConflict`. ``` pkg_resources.VersionConflict: (six 1.5.2 (/usr/lib/python2.7/distribution-packages), Requirement.parse('six>=1.6.0')) ```
1 parent 0bc3983 commit bb6f89d

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)