From 796f1d5102d4efd0eb4f944d0e9438d13af0d20e Mon Sep 17 00:00:00 2001 From: Bogdan Stoica Date: Tue, 8 Jan 2019 13:30:34 +0200 Subject: [PATCH] Update 2-netbox.md A symbolic link is needed for easy_install-3.6 to function properly; otherwise an error is returned --- docs/installation/2-netbox.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/2-netbox.md b/docs/installation/2-netbox.md index 8941a4949..17f54b7bd 100644 --- a/docs/installation/2-netbox.md +++ b/docs/installation/2-netbox.md @@ -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 ```