Skip to content

Commit 5351fda

Browse files
authored
Merge pull request #17 from stackhpc/fix-venv-zsh
fix: add missing shebang for bin/ensure-venv
2 parents 12735af + 27acdc5 commit 5351fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/ensure-venv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
#####
24
# This script creates a virtualenv and installs the required dependencies
35
#####

0 commit comments

Comments
 (0)