From 6f882ffa2f98372a1725e8c2590a5e045c3471e2 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 6 Oct 2022 07:05:15 -0600 Subject: [PATCH] Specify bash for script using bash features --- first_time_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first_time_setup.sh b/first_time_setup.sh index 2f7d46ab..e1adaff4 100755 --- a/first_time_setup.sh +++ b/first_time_setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash python3 -m venv venv source ./venv/bin/activate