Bug 1809928
Summary: | Installation requirement for python env incomplete for fresh rhel7 systems | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | bart |
Component: | Installer | Assignee: | Pierre Prinetti <pprinett> |
Installer sub component: | OpenShift on OpenStack | QA Contact: | David Sanz <dsanzmor> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | pprinett |
Version: | 4.4 | ||
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-05 16:02:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
bart
2020-03-04 08:41:18 UTC
sudo subscription-manager repos --enable=rhel-7-server-rpms \ --enable=rhel-7-server-extras-rpms --enable=rhel-7-server-optional-rpms yum install -y git vim gcc python3 python3-devel is needed for python3 -m venv venv source venv/bin/activate pip install -U pip pip install -r requirements.txt to work Thank you for reporting. We are working on removing pip, and providing steps for installing from repository. *** This bug has been marked as a duplicate of bug 1810202 *** |