dev_environment.py: add shebang and make executable

(cherry picked from commit 97d1a6e488)
This commit is contained in:
Andrej730
2026-07-14 12:12:54 +05:00
committed by Dion Moult
parent 73687e041e
commit a6a6c20a18
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Setup IfcOpenShell Development Environment.
Scripts creates symlinks in current user's site-packages to the IfcOpenShell repository.