-
Hello, To create a Super User, we need first to enter the Python virtual environment created by the upgrade script: but i notice that the folder venv is missing : I use this documentation: https://netbox.readthedocs.io/en/stable/installation/3-netbox/ Any idea please ? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Sep 23, 2021
Replies: 1 comment 1 reply
-
That directory is created when you run the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simo735
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That directory is created when you run the
./upgrade.sh
script, which is the previous step here.