From ae050b36de002a9825ebc6d8115e1e4a09b528c7 Mon Sep 17 00:00:00 2001 From: scossa Date: Sat, 25 Nov 2023 21:14:58 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 724cc33..96150bd 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash python -m venv .venv source .venv/bin/activate