pip: command not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-kubernetes |
In Progress
|
Undecided
|
Olof Nilsson |
Bug Description
When following the Bare Metal Deployment Guide for kolla-kubernetes to the letter,
the command "sudo pip install -U kolla-ansible/ kolla-kubernetes/" fails with "pip: command not found"
The happens when attempting to install the packages "epel-release" and "python-pip" at the same time, a few steps earlier, resulting in the installation of epel-release but not python-pip.
The solution to this is to install epel-release first to enable the extra packages, and then installing the rest of the packages, including python-pip.
Suggested solution:
Update documentation and split the previous one-line into two commands:
$ sudo yum install -y epel-release
$ sudo yum install -y ansible python-pip python-devel
Changed in kolla-kubernetes: | |
assignee: | nobody → Olof Nilsson (ufflo) |
summary: |
- python-pip missing on CentOS bare metal install + python-pip unavailable before installing epel-release |
summary: |
- python-pip unavailable before installing epel-release + pip: command not found |
description: | updated |
Fix proposed to branch: master /review. openstack. org/502960
Review: https:/