Merge pull request #16 from cerc-io/dboreham/use-bash

Specify bash for script using bash features
This commit is contained in:
David Boreham 2022-10-06 07:57:45 -06:00 committed by GitHub
commit 08fc316ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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