venv python update
This commit is contained in:
parent
f9edb359e7
commit
ef6956d0d1
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ then
|
||||||
done
|
done
|
||||||
|
|
||||||
# === Python stuff ==
|
# === Python stuff ==
|
||||||
sudo apt install python3-virtualenv python3-tk -y
|
sudo apt install python3-venv python3-tk -y
|
||||||
|
|
||||||
# === Sign commits ==
|
# === Sign commits ==
|
||||||
git config --global commit.gpgsign true
|
git config --global commit.gpgsign true
|
||||||
|
|
2
wsl.sh
2
wsl.sh
|
@ -126,7 +126,7 @@ then
|
||||||
fish -c "fish_add_path /usr/local/texlive/*/bin/x86_64-linux"
|
fish -c "fish_add_path /usr/local/texlive/*/bin/x86_64-linux"
|
||||||
|
|
||||||
# === Python stuff ==
|
# === Python stuff ==
|
||||||
sudo apt install python3-virtualenv python3-tk -y
|
sudo apt install python3-venv python3-tk -y
|
||||||
|
|
||||||
# === Sign commits ==
|
# === Sign commits ==
|
||||||
git config --global commit.gpgsign true
|
git config --global commit.gpgsign true
|
||||||
|
|
Loading…
Reference in a new issue