Fix broken python-pip package, use easy_install

This commit is contained in:
Przemyslaw Kaminski 2015-06-30 12:11:35 +02:00
parent c96203073b
commit 88f597baa7

View File

@ -14,7 +14,8 @@
#- apt: name=virtualenvwrapper state=present
- apt: name=ipython state=present
- apt: name=python-pudb state=present
- apt: name=python-pip state=present
#- apt: name=python-pip state=present
- shell: easy_install pip
- apt: name=python-mysqldb state=present
- apt: name=jq state=present
- shell: pip install -U pip