Add python3 venv to linux setup

This commit is contained in:
Tim McCarthy
2020-04-17 13:04:29 -07:00
committed by Tim McCarthy
parent d5c4ebd3f2
commit a8e3dcf4ce

View File

@@ -24,6 +24,7 @@ PACKAGES=(
direnv
net-tools
tmux
python3-venv
)
if [ "$JAVA" == "true" ]; then