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

Specify bash for script using bash features
This commit is contained in:
2022-10-06 07:57:45 -06:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
python3 -m venv venv
source ./venv/bin/activate