Specify bash for script using bash features

This commit is contained in:
David Boreham 2022-10-06 07:05:15 -06:00
parent f6676dc021
commit 6f882ffa2f

View File

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