Update 2-netbox.md

A symbolic link is needed for easy_install-3.6 to function properly; otherwise an error is returned
This commit is contained in:
Bogdan Stoica 2019-01-08 13:30:34 +02:00 committed by GitHub
parent 8cf8710130
commit 796f1d5102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ This section of the documentation discusses installing and configuring the NetBo
```no-highlight
# yum install -y epel-release
# yum install -y gcc python36 python36-devel python36-setuptools libxml2-devel libxslt-devel libffi-devel graphviz openssl-devel redhat-rpm-config
# ln -s /usr/lib64/python3.6 /usr/local/lib/python3.6 (without the symlink, easy_install-3.6 pip won't work)
# easy_install-3.6 pip
# ln -s /usr/bin/python36 /usr/bin/python3
```