From 54a069df84a32488b3216bbb3f7c29c85c9ea7a1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 11 Dec 2024 21:46:37 +0000 Subject: [PATCH] comments --- _deploy/wsl/os-trog24.04.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/_deploy/wsl/os-trog24.04.sh b/_deploy/wsl/os-trog24.04.sh index 37f0b16..37b9ccc 100755 --- a/_deploy/wsl/os-trog24.04.sh +++ b/_deploy/wsl/os-trog24.04.sh @@ -1,13 +1,12 @@ #!/bin/bash -# Run this in a terminal in the troggle directory: 'bash os-trog.sh' -# On WSL, do Shift-click in the file explorer on the troggle folder to open a Linux command line -# 'Open Linux shell here' +# Run this in a terminal in your $HOME directory, e.g. /home/philip/ +# run like this: bash os-trog.sh' + echo 'Run this in a terminal in your home directory: "bash os-trog.sh"' cat /etc/os-release -# Expects an Ubuntu 24.04 relatively clean install. -# 24.04 has python 3.12 +# Expects a WSL Ubuntu 24.04 relatively clean install. +# 24.04 has python 3.12 as standard -# sudo apt install python-is-python3 -y python --version : ensure python is an alias for python3 not python2.7 ssh -V sudo apt update -y