jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

use pip instead of pip3 #74

Closed zonca closed 7 years ago

zonca commented 7 years ago

deploying this today I noticed that installing pip packages fails with:

failed: [*.compute.cloud.sdsc.edu] (item=brewer2mpl) => {"failed": true, "item": "brewer2mpl", "msg": "Unable to find any of pip3 to use.  pip needs to be installed."}

the Ansible pip module tries to use pip3 for python 3 but in Anaconda now the package is just named pip, so I explicitly configure it to use pip instead.