Closed
Description
Deployment Type
Self-hosted
NetBox Version
v2.9.1
Python Version
3.11
Steps to Reproduce
- Clone netbox into a directory with spaces (e.g.:
~/Documents/Some Folder/Repos/netbox
) - Follow the installation instructions
Expected Behavior
The upgrade.sh
script creates the venv in ~/Documents/Some Folder/Repos/netbox/venv
and completes successfully.
Observed Behavior
The upgrade.sh
script creates the venv in ~/Documents/Some
and the script fails.