Skip to content

Commit 35596dd

Browse files
committed
Closes #10806: Add warning to run deactivate prior to upgrade script
1 parent 0cacac8 commit 35596dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/installation/3-netbox.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ Once NetBox has been configured, we're ready to proceed with the actual installa
225225
* Builds the documentation locally (for offline use)
226226
* Aggregate static resource files on disk
227227

228+
!!! warning
229+
If you still have a Python virtual environment active from a previous installation step, disable it now by running the `deactivate` command. This will avoid errors on systems where `sudo` has been configured to preserve the user's current environment.
230+
228231
```no-highlight
229232
sudo /opt/netbox/upgrade.sh
230233
```

0 commit comments

Comments
 (0)