diff --git a/ubuntu.sh b/ubuntu.sh index eed0363..8373ddb 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -139,7 +139,7 @@ then done # === Python stuff == - sudo apt install python3-virtualenv python3-tk -y + sudo apt install python3-venv python3-tk -y # === Sign commits == git config --global commit.gpgsign true diff --git a/wsl.sh b/wsl.sh index aff0767..a6f8bb2 100644 --- a/wsl.sh +++ b/wsl.sh @@ -126,7 +126,7 @@ then fish -c "fish_add_path /usr/local/texlive/*/bin/x86_64-linux" # === Python stuff == - sudo apt install python3-virtualenv python3-tk -y + sudo apt install python3-venv python3-tk -y # === Sign commits == git config --global commit.gpgsign true