From 5fedcd1f4e1d7d3a775af06f66a06a1addb5b709 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 26 Dec 2019 10:19:32 -0500 Subject: [PATCH] Fixes #3789: Typo --- docs/installation/2-netbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/2-netbox.md b/docs/installation/2-netbox.md index 7bae23d77..6d2706eb0 100644 --- a/docs/installation/2-netbox.md +++ b/docs/installation/2-netbox.md @@ -14,7 +14,7 @@ This section of the documentation discusses installing and configuring the NetBo # 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 redis # easy_install-3.6 pip -# ln -s /usr/bin/python36 /usr/bin/python3 +# ln -s /usr/bin/python3.6 /usr/bin/python3 ``` You may opt to install NetBox either from a numbered release or by cloning the master branch of its repository on GitHub.