Merge pull request #9 from zephyrwc3/fix-shebang-for-venv

fix shebang for venv
This commit is contained in:
Rudra Saraswat 2023-08-16 20:02:33 +05:30 committed by GitHub
commit 5c08c1a111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
blend
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
# Copyright (C) 2023 Rudra Saraswat
#
# This file is part of blend.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import os
import subprocess

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
# Copyright (C) 2023 Rudra Saraswat
#
# This file is part of blend.