Fix broken python-pip package, use easy_install
This commit is contained in:
parent
c96203073b
commit
88f597baa7
3
main.yml
3
main.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user