mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
install the virtualenv package with pip because the apt version is old and conflicts with the recent version of pip we're using
This commit is contained in:
parent
99feeab581
commit
abca90a128
@ -9,7 +9,6 @@
|
||||
become: true
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- python-virtualenv
|
||||
- vnc4server
|
||||
- chromium-browser
|
||||
- xfonts-base
|
||||
|
@ -19,6 +19,10 @@
|
||||
command: python3 setup.py install chdir=/tmp/pip-8.1.2
|
||||
creates=/usr/local/lib/python2.7/dist-packages/pip-8.1.2-py2.7.egg/pip/__init__.py
|
||||
become: true
|
||||
- name: run "pip install virtualenv"
|
||||
command: pip install virtualenv
|
||||
creates=/usr/local/lib/python3.4/dist-packages/virtualenv.py
|
||||
become: true
|
||||
- command: id {{user}}
|
||||
register: id_user
|
||||
ignore_errors: true
|
||||
|
@ -4,7 +4,6 @@
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- gcc
|
||||
- python-virtualenv
|
||||
- python3.4
|
||||
- libpython3.4-dev
|
||||
- libffi-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user