2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 07:37:14 +00:00

python 3.12 discovered syntax issues

This commit is contained in:
2023-11-23 18:46:44 +00:00
parent 521fd20e37
commit 8fd09bef92
6 changed files with 8 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ sudo ln -s /etc/alternatives/python /usr/bin/python3
sudo apt dist-upgrade
# install VS code
# install VS code - but ONLY on a native ubuntu install, NOT in WSL
sudo apt install software-properties-common apt-transport-https wget gpg
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg