mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Python3 fixes for CentOS/RHEL
1) python3 should be python34 2) python34-pip does does exist, you must install python34-setuptools and then: easy_install-3.4 pip
This commit is contained in:
parent
ba1a4f06ff
commit
53129125dd
@ -20,7 +20,8 @@ Python 3:
|
|||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
# yum install -y epel-release
|
# yum install -y epel-release
|
||||||
# yum install -y gcc python3 python3-devel python3-pip libxml2-devel libxslt-devel libffi-devel graphviz openssl-devel
|
# yum install -y gcc python34 python34-devel python34-setuptools libxml2-devel libxslt-devel libffi-devel graphviz openssl-devel
|
||||||
|
# easy_install-3.4 pip
|
||||||
```
|
```
|
||||||
|
|
||||||
Python 2:
|
Python 2:
|
||||||
|
Loading…
Reference in New Issue
Block a user