From a8e3dcf4ce75cd4752b123d0413c6ed29af196f8 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 17 Apr 2020 13:04:29 -0700 Subject: [PATCH] Add python3 venv to linux setup --- setup_linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_linux.sh b/setup_linux.sh index 5b865e9..de2c5ed 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -24,6 +24,7 @@ PACKAGES=( direnv net-tools tmux + python3-venv ) if [ "$JAVA" == "true" ]; then