Specify bash for script using bash features #16

Merged
telackey merged 1 commits from dboreham/use-bash into main 2022-10-06 13:57:45 +00:00

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
python3 -m venv venv
source ./venv/bin/activate