Closed georgejhunt closed 7 years ago
Interesting that one needs to update pip after installing pip from scripts/ansible. Just feels like the wrong place to run the update from. Just my 2 cents.
Following the suggestion at https://packaging.python.org/tutorials/installing-packages/#id9
On Sun, Jun 18, 2017 at 3:16 PM, Jerry Vonau notifications@github.com wrote:
Interesting that one needs to update pip after installing pip from scripts/ansible. Just feels like the wrong place to run the update from. Just my 2 cents.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/XSCE/xsce/pull/918#issuecomment-309306550, or mute the thread https://github.com/notifications/unsubscribe-auth/AB04HBVbacZX5lHpl6nl-W5ZJRmq6-lBks5sFaG-gaJpZM4N9mEe .
Sorry I just figured the most recent "easy_install and pip" would be installed by scripts/ansible for both CentOS and Debain from the start, without the need to do so from an external script.
welcome the day when the latest ansible works for us and this kluge is not needed.
On Sun, Jun 18, 2017 at 8:26 PM, Jerry Vonau notifications@github.com wrote:
Sorry I just figured the most recent "easy_install and pip" would be installed by scripts/ansible for both CentOS and Debain from the start, without the need to do so from an external script.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XSCE/xsce/pull/918#issuecomment-309313070, or mute the thread https://github.com/notifications/unsubscribe-auth/AFami2RpgOQRtrIvSgX7QSEIojGbS70gks5sFcA1gaJpZM4N9mEe .
Think the "is_distro booleans" in vars/default_vars|distros.yml might need the same treatment as in https://github.com/iiab/iiab/commit/545b04829471b79e96652ef8abff5ba39e190cc0
I discovered that the centos install works with more recent pip and setup tools -- so I modified http://download.iiab.io/6.2/x86/centos-load.txt to include "pip install -U pip setuptools"