From e4520640f913faf13433193ca4e720adeef1c63a Mon Sep 17 00:00:00 2001 From: dimon Date: Fri, 14 Nov 2025 21:52:57 +0000 Subject: [PATCH] Update setup_nautobot.sh --- setup_nautobot.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup_nautobot.sh b/setup_nautobot.sh index 132e94e..af766a1 100644 --- a/setup_nautobot.sh +++ b/setup_nautobot.sh @@ -16,4 +16,10 @@ su -c "python3 -m venv /opt/nautobot/" nautobot echo "export NAUTOBOT_ROOT=/opt/nautobot" | tee -a ~nautobot/.bashrc # Update Python Pip and Wheel -su -c "pip3 install --upgrade pip wheel" nautobot \ No newline at end of file +su -c "pip3 install --upgrade pip wheel" nautobot + +# Pip install Nautobot +su -c "pip3 install --no-binary=pyuwsgi nautobot" nautobot + +# Verify +su -c "/opt/nautobot/.local/bin/nautobot-server --version" nautobot