Closed
Description
Deployment Type
Self-hosted
Triage priority
I volunteer to perform this work (if approved)
NetBox Version
v.4.1.4
Python Version
3.12
Steps to Reproduce
The shebang on netbox/manage.py is ambiguous.
Not really a bug but e.g. causing rpmbuild to stop with an error.
Expected Behavior
File netbox/manage.py starts with
#!/usr/bin/env python3
Observed Behavior
File netbox/manage.py starts with
#!/usr/bin/env python